mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Make it invoke bash the Nix way.
This commit is contained in:
parent
b950416a42
commit
4b2f687829
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ in {
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "/usr/bin/env bash /etc/cloudflare-ddns/update.sh";
|
||||
ExecStart = "${pkgs.bash}/bin/bash /etc/cloudflare-ddns/update.sh";
|
||||
User = "traefikprg";
|
||||
# Make sure the service doesn't fail the boot if the script exits non-zero
|
||||
Restart = "no";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue