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