summarylogtreecommitdiffstats
path: root/fingbox-sentinel.service
diff options
context:
space:
mode:
Diffstat (limited to 'fingbox-sentinel.service')
-rwxr-xr-xfingbox-sentinel.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/fingbox-sentinel.service b/fingbox-sentinel.service
new file mode 100755
index 000000000000..5978c3b1082a
--- /dev/null
+++ b/fingbox-sentinel.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Fingbox Sentinel
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/fingbox-sentinel.pid
+ExecStart=/usr/lib/systemd/scripts/fingbox-sentinel start
+ExecStop=/usr/lib/systemd/scripts/fingbox-sentinel stop
+ExecReload=/usr/lib/systemd/scripts/fingbox-sentinel restart
+
+[Install]
+WantedBy=multi-user.target
+