[Unit] Description=traffic-interceptor After=syslog.target network.target [Service] ExecStart=/opt/gatewayBox/apps/traffic-intercept/traffic-interceptor -c /opt/gatewayBox/apps/traffic-intercept/config.json ExecReload=/bin/kill -s HUP $MAINPID Restart=always RestartSec=5 LimitNOFILE=1048576 LimitNPROC=1048576 LimitCORE=1048576 Delegate=yes KillMode=process [Install] WantedBy=multi-user.target