summarylogtreecommitdiffstats
path: root/noxbit.service
diff options
context:
space:
mode:
authorArtyom Aleksyuk2017-06-18 02:44:40 +0300
committerArtyom Aleksyuk2017-06-18 02:44:40 +0300
commitbeee4b0996f101f1d2ac757c8000dadef49c5757 (patch)
tree8b5fb5ba1199e5db40d078ef4010724996511303 /noxbit.service
downloadaur-beee4b0996f101f1d2ac757c8000dadef49c5757.tar.gz
First version
Diffstat (limited to 'noxbit.service')
-rw-r--r--noxbit.service19
1 files changed, 19 insertions, 0 deletions
diff --git a/noxbit.service b/noxbit.service
new file mode 100644
index 000000000000..07a63364fd7d
--- /dev/null
+++ b/noxbit.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=Noxbit, the Live Video Streaming tool
+After=network.target
+
+[Service]
+Type=simple
+User=noxbit
+Group=noxbit
+ExecStart=/opt/noxbit/STM-Hypervisor -config=/opt/noxbit/noxbit.cfg
+Restart=on-failure
+RestartSec=5
+ProtectHome=true
+ProtectSystem=strict
+PrivateUsers=true
+ReadWritePaths=/tmp
+ProtectKernelModules=true
+
+[Install]
+WantedBy=multi-user.target