summarylogtreecommitdiffstats
path: root/rtsptoweb.service
blob: 1a47d7fc62ddca990715d8c108a1d68046ee700b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=RTSPtoWeb server
After=network.target

[Service]
Type=simple
User=rtsptoweb
WorkingDirectory=/usr/lib/rtsptoweb
ExecStart=/usr/lib/rtsptoweb/rtsptoweb --config=/etc/rtsptoweb.json

[Install]
WantedBy=multi-user.target