diff options
author | Pratyush Desai | 2021-12-19 20:41:16 +0530 |
---|---|---|
committer | Pratyush Desai | 2021-12-19 20:41:16 +0530 |
commit | 628d53cb3f51749e2f22a5fc83b1c5592b848dac (patch) | |
tree | ca0e9662475f508ac499ed285521c2a1b79d1497 /systemd | |
parent | 53bd1dc536c07e5230bafc6c1b05ffd6f8fd471b (diff) | |
download | system-628d53cb3f51749e2f22a5fc83b1c5592b848dac.tar.gz system-628d53cb3f51749e2f22a5fc83b1c5592b848dac.tar.bz2 system-628d53cb3f51749e2f22a5fc83b1c5592b848dac.zip |
sh templates
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/owncast.service | 12 |
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 |