peerflix: remove use of network-interfaces.target
This commit is contained in:
parent
820b769fc8
commit
c71bb91f66
@ -42,7 +42,7 @@ in {
|
|||||||
systemd.services.peerflix = {
|
systemd.services.peerflix = {
|
||||||
description = "Peerflix Daemon";
|
description = "Peerflix Daemon";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
environment.HOME = cfg.stateDir;
|
environment.HOME = cfg.stateDir;
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user