a cache for slack profile pictures and emojis

chore: use the nix system path for systemd

dunkirk.sh ea6af31c 1035b3f3

verified
Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/deploy.yaml
··· 32 32 git fetch --all 33 33 git reset --hard origin/main 34 34 bun install 35 - sudo systemctl restart cachet.service 35 + sudo /run/current-system/sw/bin/systemctl restart cachet.service 36 36 EOF 37 37 38 38 - name: Wait for service to start