ais/ais-runner
2025-09-30 09:27:24 +02:00

9 lines
228 B
Plaintext
Executable File

#!/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"