Moved user of service to root

This commit is contained in:
nedko 2022-12-05 21:18:02 +00:00
parent 53a1d791dd
commit 7adcea91a6

View File

@ -5,7 +5,7 @@ After=network.target multi-user.target
[Service]
Restart=always
RestartSec=1
User=pi
User=root
WorkingDirectory=/root/lostark_bot
ExecStart=/usr/bin/python3 /root/lostark_bot/bot.py
StandardOutput=syslog