diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-04-11 03:06:21 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-04-11 03:06:21 (GMT) |
commit | 27c42e54adc59fd935a3b94c9196195890a8c634 (patch) | |
tree | 7e8b12a92fcaac7531cf6bf48d18ab1293eff20b /linhes/zabbix/zabbix-agent.service | |
parent | 2974e636424ba21eb481b011ce6f70fd8e2c8731 (diff) | |
download | linhes_pkgbuild-27c42e54adc59fd935a3b94c9196195890a8c634.zip linhes_pkgbuild-27c42e54adc59fd935a3b94c9196195890a8c634.tar.gz linhes_pkgbuild-27c42e54adc59fd935a3b94c9196195890a8c634.tar.bz2 |
zabbix: initial include
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 |