diff --git a/sysSentry-1.0.2/service/sentryCollector.service b/sysSentry-1.0.2/service/sentryCollector.service new file mode 100644 index 0000000000000000000000000000000000000000..2e50d7a89a4aee35e2a0c48000681b2d7ba7738e --- /dev/null +++ b/sysSentry-1.0.2/service/sentryCollector.service @@ -0,0 +1,12 @@ +[Unit] +Description = Collection module added for sysSentry and kernel lock-free collection + +[Service] +ExecStart=/usr/bin/sentryCollector +ExecStop=/bin/kill $MAINPID +KillMode=process +Restart=on-failure +RestartSec=10s + +[Install] +WantedBy = multi-user.target