mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
d1844fc814
* 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
13 lines
218 B
Desktop File
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
|
|
|