fix: updns client service config

This commit is contained in:
2025-04-29 00:12:38 +02:00
parent bd31978286
commit 9058735b18

View File

@@ -71,7 +71,7 @@
WorkingDirectory = "/var/lib/updns-client"; WorkingDirectory = "/var/lib/updns-client";
ExecStart = "${pkgs.bash}/bin/bash /etc/updns-client/run.sh"; ExecStart = "${pkgs.bash}/bin/bash /etc/updns-client/run.sh";
}; };
install.WantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
}; };
### 6) Define the timer (runs at boot + every 5 minutes) ### 6) Define the timer (runs at boot + every 5 minutes)