- Updated README title to show OVERSPEND1 FORK - Changed maintainer credit to @overspend1 - Updated alive command to show @overspend1 as creator instead of Meliodas
15 lines
336 B
Desktop File
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 |