Files
plain-ub-overfork/userbot.service
overspend1 8fe355ed0c Update README and alive command for @overspend1 fork
- Updated README title to show OVERSPEND1 FORK
- Changed maintainer credit to @overspend1
- Updated alive command to show @overspend1 as creator instead of Meliodas
2025-07-25 20:27:05 +02:00

15 lines
336 B
Desktop File

[Unit]
Description=Telegram Userbot
After=network.target
[Service]
Type=simple
User=wiktoro
WorkingDirectory=/home/wiktoro/Pobrane/plain-ub-main
ExecStart=/bin/bash /home/wiktoro/Pobrane/plain-ub-main/run
Restart=always
RestartSec=10
Environment=PATH=/home/wiktoro/bin:/usr/local/bin:/usr/bin:/bin
[Install]
WantedBy=multi-user.target