summaryrefslogtreecommitdiff
path: root/gowebd.service
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-06 22:01:18 -0500
committerJeff Carr <[email protected]>2024-10-06 22:01:18 -0500
commitfface98131e9ef1e7070a61ac70f32959029725c (patch)
tree8bda99262a23f89683f727b523c0fcb772c728dd /gowebd.service
parent99f38da618967ae8de2a373c05318ea16a6162d2 (diff)
files for making packages
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gowebd.service')
-rw-r--r--gowebd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/gowebd.service b/gowebd.service
new file mode 100644
index 0000000..fecaeed
--- /dev/null
+++ b/gowebd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=go.wit.com
+
+[Service]
+User=root
+Type=simple
+ExecStart=/usr/bin/go.wit.com
+ExecStop=killall go.wit.com
+Restart=on-failure
+RestartSec=30
+
+[Install]
+WantedBy=multi-user.target