1
0
Fork 0

Services: fix Duplicacy-web systemd script

This commit is contained in:
Aires 2024-12-16 15:23:49 +00:00
parent 906af71383
commit 5bfc4f5785

View file

@ -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"