mirror of
https://abf.rosa.ru/djam/zabbix20.git
synced 2025-04-19 11:04:11 +00:00
13 lines
243 B
Desktop File
13 lines
243 B
Desktop File
[Unit]
|
|
Description=Zabbix Server with MySQL DB
|
|
After=syslog.target network.target mysqld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/zabbix_server
|
|
RemainAfterExit=yes
|
|
User=zabbixsrv
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|