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

command=/usr/sbin/zabbix_agent2
supervisor="supervise-daemon"

start_pre() {
    checkpath --directory --owner zabbix:zabbix /var/log/zabbix
}