diff options
Diffstat (limited to 'gowebd.service')
| -rw-r--r-- | gowebd.service | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
