From d827c398f00e965f5b57447c7d730f96442e1173 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 8 Oct 2024 11:36:46 -0500 Subject: try to rename as gowebd put the HTML assets raw in the binary also I'm how old and still committed a binary. squashed Signed-off-by: Jeff Carr --- gowebd.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gowebd.service') diff --git a/gowebd.service b/gowebd.service index fecaeed..e7c5c0c 100644 --- a/gowebd.service +++ b/gowebd.service @@ -1,13 +1,13 @@ [Unit] -Description=go.wit.com +Description=gowebd [Service] User=root Type=simple -ExecStart=/usr/bin/go.wit.com -ExecStop=killall go.wit.com +ExecStart=/usr/bin/gowebd +ExecStop=killall gowebd Restart=on-failure -RestartSec=30 +RestartSec=5 [Install] WantedBy=multi-user.target -- cgit v1.2.3