summarylogtreecommitdiffstats
path: root/noxbit.service
blob: 1e9d535985566aba960fc4f3180326db53ab5c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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
ReadWritePaths=/tmp
ProtectKernelModules=true

[Install]
WantedBy=multi-user.target