summarylogtreecommitdiffstats
path: root/babelweb2.service
diff options
context:
space:
mode:
Diffstat (limited to 'babelweb2.service')
-rw-r--r--babelweb2.service20
1 files changed, 20 insertions, 0 deletions
diff --git a/babelweb2.service b/babelweb2.service
new file mode 100644
index 000000000000..dfe9bc5cfc7f
--- /dev/null
+++ b/babelweb2.service
@@ -0,0 +1,20 @@
+[Unit]
+Description=Yet Another Monitoring Tool for the Babel routing daemon
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/babelweb2 -static /usr/share/babelweb2/static/
+Restart=on-failure
+
+PrivateTmp=true
+PrivateDevices=true
+ProtectSystem=strict
+ProtectHome=true
+ProtectKernelModules=true
+ProtectControlGroups=true
+
+[Install]
+WantedBy=multi-user.target
+