diff options
Diffstat (limited to 'linhes/zabbix/zabbix-agent.service')
-rw-r--r-- | linhes/zabbix/zabbix-agent.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linhes/zabbix/zabbix-agent.service b/linhes/zabbix/zabbix-agent.service new file mode 100644 index 0000000..98fb499 --- /dev/null +++ b/linhes/zabbix/zabbix-agent.service @@ -0,0 +1,11 @@ +[Unit] +Description=Zabbix Agent +After=network.target + +[Service] +Type=simple +ExecStart=/usr/bin/zabbix_agentd -f +User=zabbix-agent + +[Install] +WantedBy=multi-user.target |