summaryrefslogtreecommitdiffstats
path: root/systemd/owncast.service
diff options
context:
space:
mode:
authorGeorg2022-01-02 06:36:45 +0100
committerGeorg2022-01-02 06:36:45 +0100
commit935b8c642f8aaed31bca17faccaedf0e57ba9efd (patch)
treedeb1d2bdd53aef299f59fb1aebc459884fc264f3 /systemd/owncast.service
parent134560a32d52329a59906de5392e69df9608368c (diff)
parentdc8f806686172d490ae50ac0f9f5d2cdc887d61b (diff)
downloadsystem-935b8c642f8aaed31bca17faccaedf0e57ba9efd.tar.gz
system-935b8c642f8aaed31bca17faccaedf0e57ba9efd.tar.bz2
system-935b8c642f8aaed31bca17faccaedf0e57ba9efd.zip
Merge branch 'master' of ssh://git.com.de:28/LibertaCasa/system
Diffstat (limited to 'systemd/owncast.service')
-rw-r--r--systemd/owncast.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/owncast.service b/systemd/owncast.service
new file mode 100644
index 0000000..a5de359
--- /dev/null
+++ b/systemd/owncast.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Owncast Service
+
+[Service]
+Type=simple
+WorkingDirectory=/opt/owncast/
+ExecStart=/opt/owncast/owncast
+Restart=on-failure
+RestartSec=5
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file