summarylogtreecommitdiffstats
path: root/go2rtc.service
blob: a3975670c457bf6f6ea772f9cf95cf78935954de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=go2rtc streaming daemon
Requires=network-online.target
Documentation=file:/usr/doc/go2rtc/README.md

[Service]
User=go2rtc
RuntimeDirectory=go2rtc
RuntimeDirectoryPreserve=restart
ExecStart=/usr/bin/go2rtc --config /etc/go2rtc.yaml --daemon
NoNewPrivileges=yes
ProtectSystem=full
ProtectHome=true
PrivateTmp=true
PrivateDevices=true
# Grants WebUI write access
#ReadWritePaths=/etc/go2rtc.yaml

[Install]
WantedBy=multi-user.target