comp-tg/bot.rc

14 lines
237 B
Plaintext
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
pidfile="/run/${RC_SVCNAME}.pid"