21 lines
305 B
SYSTEMD
21 lines
305 B
SYSTEMD
[Unit]
|
|
Description="Categraf"
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
ExecStart=/opt/categraf/categraf
|
|
WorkingDirectory=/opt/categraf
|
|
|
|
Restart=on-failure
|
|
SuccessExitStatus=0
|
|
LimitNOFILE=65536
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=categraf
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|