summarylogtreecommitdiffstats
path: root/babelweb2.service
diff options
context:
space:
mode:
authorsorz2019-01-16 17:45:50 +0800
committersorz2019-01-16 17:46:43 +0800
commit90c8c729464d297ccaa3e19e6f527c7ef94cf338 (patch)
tree309a6e9dbaf85c3c14b840242fe0d86309a4471c /babelweb2.service
downloadaur-babelweb2-git.tar.gz
Initial upload babelweb2-git
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
+