comp-tg/bot.rc
2022-01-18 18:25:18 +03:00

15 lines
250 B
Text
Executable file

#!/sbin/openrc-run
# My bot service
# CHANGE VALUES TO MATCH YOURS
name="mybot"
description="My bot"
command="/home/er2/comp-tg/start.sh"
command_args=""
command_user="er2:er2"
command_background=true
depend() {}
pidfile="/run/${RC_SVCNAME}.pid"