mirror of
https://abf.rosa.ru/djam/zabbix.git
synced 2025-02-24 10:22:50 +00:00
12 lines
191 B
SYSTEMD
12 lines
191 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=ZABBIX Monitor Agent
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/sbin/zabbix_agentd
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|