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

[Service]
Type=simple
User=owncast
Group=owncast
WorkingDirectory=/var/lib/owncast/
ExecStart=/usr/bin/owncast
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target