8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
|
||
|
description="Telegram Userbot"
|
||
|
command="/usr/bin/ubot"
|
||
|
command_user="bot:bot"
|
||
|
command_background=true
|
||
|
pidfile="/run/ubot.pid"
|