Fix init scripts

This commit is contained in:
Michael De Roover 2022-01-02 04:31:17 +01:00
parent 5e34d727e4
commit dd528c01e5
Signed by: vim
GPG Key ID: 075496E232CE04CB
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
description="Telegram logger"
command="/usr/bin/telelog"
command_user="log:log"
command_user="telelog:telelog"
command_background=true
pidfile="/run/ubot.pid"
pidfile="/run/telelog.pid"

View File

@ -3,7 +3,7 @@ Description=Telegram logger
[Service]
Type=simple
User=log
User=telelog
ExecStart=/usr/bin/telelog
Restart=always
RestartSec=0