owncast-sample.service 218 B

12345678910111213
  1. [Unit]
  2. Description=Owncast Service
  3. [Service]
  4. Type=simple
  5. WorkingDirectory=[path_to_owncast_root_directory]
  6. ExecStart=[path_to_owncast_executable]
  7. Restart=on-failure
  8. RestartSec=5
  9. [Install]
  10. WantedBy=multi-user.target