system/systemd/owncast.service

12 lines
189 B
SYSTEMD
Raw Permalink Normal View History

2021-12-19 16:11:16 +01:00
[Unit]
Description=Owncast Service
[Service]
Type=simple
WorkingDirectory=/opt/owncast/
ExecStart=/opt/owncast/owncast
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target