diff options
| author | Ilari Sorvali <42145485+ilarisorvali@users.noreply.github.com> | 2026-06-29 22:33:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-29 22:33:06 +0300 |
| commit | 0e9ee5183ccb6d474d522a9d7bfadc3cbea67f87 (patch) | |
| tree | 9df681b1a6855b91f533052fdfa1dc6c20202b30 | |
| parent | 0e22bc6e2c2575746fd93bf7c9e6698919d5bd74 (diff) | |
Remove unnecessary service file copy command
| -rwxr-xr-x | deploy_services.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy_services.sh b/deploy_services.sh index 9549ed2..380eede 100755 --- a/deploy_services.sh +++ b/deploy_services.sh @@ -9,5 +9,4 @@ export XDG_RUNTIME_DIR="/run/user/$(id -u)" cp veetibot.build /home/slack-veetibot/.config/containers/systemd/ cp veetibot.container /home/slack-veetibot/.config/containers/systemd/ systemctl --user daemon-reload -cp /run/user/1005/systemd/generator/veetibot.service /home/slack-veetibot/.config/systemd/user systemctl --user enable veetibot |
