fix 'make restart'

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-08 11:30:31 -05:00
parent ded9d338cc
commit 892b4cc2a8
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ log:
enable:
su -c "systemctl enable gowebd.service"
start:
restart:
su -c "systemctl stop gowebd.service"
su -c "systemctl start gowebd.service"
run: