diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-22 21:18:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-22 21:19:02 -0300 |
commit | d7b40ae44cc42250018d24285e1dbcf43ff0cb17 (patch) | |
tree | a6b46a83540741f42c2b21a8495d498a88135b44 /community/zabbix/zabbix-agent2.initd | |
parent | cde4174b806b27888506c72bccfa74b4a107d8f7 (diff) | |
download | aports-d7b40ae44cc42250018d24285e1dbcf43ff0cb17.tar.bz2 aports-d7b40ae44cc42250018d24285e1dbcf43ff0cb17.tar.xz |
community/zabbix: fix initscripts
Diffstat (limited to 'community/zabbix/zabbix-agent2.initd')
-rw-r--r-- | community/zabbix/zabbix-agent2.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zabbix/zabbix-agent2.initd b/community/zabbix/zabbix-agent2.initd index 4693ef4757..daeb21cbd3 100644 --- a/community/zabbix/zabbix-agent2.initd +++ b/community/zabbix/zabbix-agent2.initd @@ -3,6 +3,6 @@ command=/usr/sbin/zabbix_agent2 supervisor="supervise-daemon" -pre_start() { +start_pre() { checkpath --directory --owner zabbix:zabbix /var/log/zabbix } |