Services: fix Duplicacy-web systemd script
This commit is contained in:
parent
906af71383
commit
5bfc4f5785
|
@ -30,6 +30,7 @@ in
|
|||
systemd.services.duplicacy-web = {
|
||||
enable = true;
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [
|
||||
"syslog.target"
|
||||
"network-online.target"
|
||||
|
|
Loading…
Reference in a new issue