summaryrefslogtreecommitdiffstats
path: root/systemd/owncast.service
blob: a5de3599696e9efb207fd2a0a9a007aa84f55367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Owncast Service

[Service]
Type=simple
WorkingDirectory=/opt/owncast/
ExecStart=/opt/owncast/owncast
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target