diff options
Diffstat (limited to 'zabbix-agent/zabbix-agent.install')
-rw-r--r-- | zabbix-agent/zabbix-agent.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/zabbix-agent/zabbix-agent.install b/zabbix-agent/zabbix-agent.install deleted file mode 100644 index 4ea1307..0000000 --- a/zabbix-agent/zabbix-agent.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - groupadd zabbix - useradd -g zabbix -d /dev/null zabbix - chown -R zabbix:zabbix /var/log/zabbix /var/run/zabbix /etc/zabbix -} - -post_remove() { - userdel zabbix - rm -rf /var/run/zabbix -} - -op=$1 -shift -$op $* |