mirror of
https://abf.rosa.ru/djam/zabbix.git
synced 2025-02-23 09:52:49 +00:00
11 lines
204 B
Desktop File
11 lines
204 B
Desktop File
[Unit]
|
|
Description=ZABBIX SQLite3 Proxy Agent
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/zabbix_proxy_sqlite3
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|