18 lines
346 B
Desktop File
18 lines
346 B
Desktop File
[Unit]
|
|
Description=Zabbix Java Gateway
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
KillMode=process
|
|
PIDFile=/run/zabbix/zabbix_java_gateway.pid
|
|
ExecStart=/usr/sbin/zabbix_java_gateway_startup
|
|
ExecStop=/usr/sbin/zabbix_java_gateway_shutdown
|
|
SuccessExitStatus=143
|
|
User=zabbix
|
|
Group=zabbix
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|