Initial commit

Signed-off-by: Scott R. Shinn <scott@atomicorp.com>
This commit is contained in:
Scott R. Shinn
2024-05-23 09:01:03 -04:00
commit 3164410be5
5 changed files with 280 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[Unit]
Description=Owncast Service
After=network.target
[Service]
Type=simple
User=owncast
Group=owncast
ExecStart=/usr/bin/owncast
Restart=on-failure
RestartSec=10
WorkingDirectory=/var/lib/owncast
Environment=OWNCAST_DIR=/var/lib/owncast
[Install]
WantedBy=multi-user.target