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
This commit is contained in:
Banjo Fox
2021-02-21 14:04:20 -05:00
committed by GitHub
parent 3ae6f82701
commit d1844fc814
2 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[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