mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
14 lines
218 B
SYSTEMD
14 lines
218 B
SYSTEMD
|
[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
|
||
|
|