owncast/examples/owncast-sample.service
Banjo Fox d1844fc814
Banjo/owncast systemd service (#749)
* Adding systemd service files to ..\examples

* Update owncast-systemd-service.md

* Update owncast-systemd-service.md

* Update owncast-systemd-service.md

* Update owncast-systemd-service.md

* correct slash syntax

* Update owncast-sample.service with generic paths

* Adding instructions to owncast-systemd-service.md
2021-02-21 11:04:20 -08:00

13 lines
218 B
Desktop File

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