system/systemd/owncast.service

12 lines
189 B
SYSTEMD
Raw Normal View History

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