[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