add systemd service file

This commit is contained in:
Syping 2024-02-26 12:01:23 +01:00
parent 87961fe611
commit 912ac1eced
3 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,13 @@
[Unit]
Description=Discord Translation Bot
After=network.target
[Service]
User=dtranslatebot
Group=dtranslatebot
WorkingDirectory="@CMAKE_INSTALL_FULL_RUNSTATEDIR@/dtranslatebot"
ExecStart="@CMAKE_INSTALL_FULL_BINDIR@/dtranslatebot" "@CMAKE_INSTALL_FULL_SYSCONFDIR@/dtranslatebot.json"
Restart=on-failure
[Install]
WantedBy=multi-user.target