summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-08 11:17:37 -0500
committerJeff Carr <[email protected]>2024-10-08 11:17:37 -0500
commit2b1eed1409f598000edc26de189261e0d70881a6 (patch)
tree3ceb864a1d3c8482208d373d34ca1c1d1af3c2e6 /Makefile
parentb283823ffe0258cec4237ef82859fb6cd071ac2d (diff)
attempt debian postinst script
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33c308d..510d5e9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,10 @@ log:
@#systemctl status gowebd.service
@journalctl -f -xeu gowebd.service
+enable:
+ su -c "systemctl enable gowebd.service"
+
+
start:
su -c "systemctl start gowebd.service"