aboutsummaryrefslogtreecommitdiffstats
path: root/community/zabbix/zabbix-agentd.initd
blob: 66d12377a37e67c34fd55867446e1bd5eff439a6 (plain)
1
2
3
4
5
6
7
8
9
#!/sbin/openrc-run

command=/usr/sbin/zabbix_agentd
command_args_foreground="-f"
supervisor="supervise-daemon"

start_pre() {
        checkpath -d -m 0775 -o zabbix:zabbix /var/run/zabbix
}