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:
13
examples/owncast-sample.service
Normal file
13
examples/owncast-sample.service
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user