diff options
| author | Jeff Carr <[email protected]> | 2024-10-06 22:01:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-06 22:01:18 -0500 |
| commit | fface98131e9ef1e7070a61ac70f32959029725c (patch) | |
| tree | 8bda99262a23f89683f727b523c0fcb772c728dd /gowebd.service | |
| parent | 99f38da618967ae8de2a373c05318ea16a6162d2 (diff) | |
files for making packages
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gowebd.service')
| -rw-r--r-- | gowebd.service | 13 |
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 |
