Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
408 B
Desktop File
20 lines
408 B
Desktop File
[Unit]
|
|
Description=Zabbix Proxy
|
|
After=network-online.target
|
|
After=postgresql.service
|
|
After=pgbouncer.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=zabbix
|
|
Group=zabbix
|
|
RuntimeDirectory=zabbix_proxy
|
|
PIDFile=/run/zabbix_proxy/zabbix_proxy.pid
|
|
ExecStart=/usr/sbin/zabbix_proxy -c /etc/zabbix/zabbix_proxy.conf
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
TimeoutSec=20
|
|
LimitNOFILE=65536:1048576
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|