system/systemd/owncast.service
2021-12-19 20:41:16 +05:30

12 lines
189 B
Desktop File

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