mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
9 lines
224 B
Text
9 lines
224 B
Text
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/zabbix_agent2
|
|
supervisor="supervise-daemon"
|
|
|
|
start_pre() {
|
|
checkpath --directory --owner zabbix:zabbix /run/zabbix/
|
|
checkpath --directory --owner zabbix:zabbix /var/log/zabbix
|
|
}
|