summarylogtreecommitdiffstats
path: root/systemd.service
blob: 7d80598c6d9907bd8dffcfdc879abc6327310d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=lightspeed-webrtc Server
After=network.target

[Service]
EnvironmentFile=/etc/conf.d/lightspeed-webrtc
ExecStart=/usr/bin/lightspeed-webrtc --addr $LIGHTSPEED_WEBRTC_ADDR
Restart=on-failure
RestartSec=3

[Install]
WantedBy=multi-user.target