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
···
git fetch --all
git reset --hard origin/main
bun install
-
sudo systemctl restart cachet.service
+
sudo /run/current-system/sw/bin/systemctl restart cachet.service
EOF
- name: Wait for service to start