chore: use the nix system path for systemd
dunkirk.sh 2 weeks ago ea6af31c 1035b3f3
··· 32 32 git fetch --all 33 33 git reset --hard origin/main 34 34 bun install 35 35 - sudo systemctl restart cachet.service 35 35 + sudo /run/current-system/sw/bin/systemctl restart cachet.service 36 36 EOF 37 37 38 38 - name: Wait for service to start