fix: updns client service config
This commit is contained in:
parent
bd31978286
commit
9058735b18
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
WorkingDirectory = "/var/lib/updns-client";
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue