9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
#!/sbin/openrc-run
|
|
name="ais-runner"
|
|
description="ais runner"
|
|
command="/root/ais/ais_query.sh"
|
|
command_background=true
|
|
pidfile="/run/ais-runner.pid"
|
|
output_log="/var/log/${RC_SVCNAME}.log"
|
|
error_log="/var/log/${RC_SVCNAME}.err"
|