fix systemd user service

This commit is contained in:
maybetree
2025-08-07 11:17:56 +02:00
parent 1e43386905
commit 10f74f18bd
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Type=simple
#User=
#Group=
WorkingDirectory=/home/maybetree/srv/klankschool-bardak
ExecStart=./run.sh
ExecStart=/home/maybetree/srv/klankschool-bardak/run.sh
Restart=on-failure
StandardOutput=file:%h/log_file

View File

@ -1,3 +1,4 @@
#!/bin/sh
systemctl --user enable bardak.service
systemctl --user enable ./bardak.service