systemd: escape working directory

This commit is contained in:
Syping 2024-03-17 05:21:33 +01:00
parent 7d8bbd12ce
commit 66a504ac55
2 changed files with 12 additions and 2 deletions

View file

@ -5,9 +5,9 @@ After=network.target
[Service]
User=dtranslatebot
Group=dtranslatebot
WorkingDirectory="@CMAKE_INSTALL_FULL_LOCALSTATEDIR@/lib/dtranslatebot"
WorkingDirectory=@dtranslatebot_SERVICE_WORKDIR@
ExecStart="@CMAKE_INSTALL_FULL_BINDIR@/dtranslatebot" "@CMAKE_INSTALL_FULL_SYSCONFDIR@/dtranslatebot.json"
Restart=on-failure
Restart=on-abnormal
[Install]
WantedBy=multi-user.target