Create contrib directory and replace examples dir.

This commit is contained in:
Gabe Kangas
2023-01-08 18:37:50 -08:00
committed by GitHub
parent d9e97200cb
commit 1ed6692029
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[Unit]
Description=Owncast Service
[Service]
Type=simple
WorkingDirectory=[path to owncast directory]
ReadWritePaths=[path to owncast directory]
ExecStart=[path to owncast directory]/owncast
Restart=always
RestartSec=5
User=[user to run owncast as]
Group=[group to run owncast as]
NoNewPrivileges=true
SecureBits=noroot
ProtectSystem=strict
ProtectHome=read-only
[Install]
WantedBy=multi-user.target