ubot/init/systemd

13 lines
158 B
Plaintext

[Unit]
Description=Telegram Userbot
[Service]
Type=simple
User=bot
ExecStart=/usr/bin/ubot
Restart=always
RestartSec=0
[Install]
WantedBy=multi-user.target