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