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-server-mysql.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-server-mysql.service')
-rw-r--r-- | linhes/zabbix/zabbix-server-mysql.service | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/linhes/zabbix/zabbix-server-mysql.service b/linhes/zabbix/zabbix-server-mysql.service new file mode 100644 index 0000000..26e96cf --- /dev/null +++ b/linhes/zabbix/zabbix-server-mysql.service @@ -0,0 +1,19 @@ + +[Unit] +Description=Zabbix Server with MySQL +After=network.target mysql.service +Conflicts=zabbix-server.service zabbix-server-pgsql.service + +[Service] +Type=simple +ExecStart=/usr/bin/zabbix_server_mysql -f +User=zabbix-server +PrivateDevices=yes +PrivateTmp=yes +ProtectSystem=full +ProtectHome=yes +CapabilityBoundingSet=cap_net_raw +AmbientCapabilities=cap_net_raw + +[Install] +WantedBy=multi-user.target |