system/systemd/owncast.service

12 lines
189 B
SYSTEMD

[Unit]
Description=Owncast Service
[Service]
Type=simple
WorkingDirectory=/opt/owncast/
ExecStart=/opt/owncast/owncast
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target