From 628d53cb3f51749e2f22a5fc83b1c5592b848dac Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sun, 19 Dec 2021 20:41:16 +0530 Subject: sh templates --- systemd/owncast.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 systemd/owncast.service (limited to 'systemd') 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 -- cgit v1.2.3