fix: updns client service config
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user