16 lines
323 B
Desktop File
16 lines
323 B
Desktop File
[Unit]
|
|
Description=Capture trace data from NF daemon
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
LimitNOFILE=65535
|
|
|
|
Restart=always
|
|
ExecStart=/usr/local/omc/bin/captrace -c /usr/local/omc/etc/capconf.yaml
|
|
RestartSec=2
|
|
RestartPreventExitStatus=1
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |