13 lines
237 B
Text
Executable file
13 lines
237 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
|
|
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|