aports/testing/do-agent/do-agent.initd
2024-09-16 17:22:06 +00:00

12 lines
228 B
Bash
Executable File

#!/sbin/openrc-run
name="DigitalOcean Monitoring Agent"
command=/usr/sbin/do-agent
command_user=do-agent
command_background=true
pidfile="/run/$RC_SVCNAME.pid"
start_stop_daemon_args="--exec $RC_SVCNAME"
depend() {
need net
}