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