From b7003bbc767a66e2285c8d1c3b5a068a63af0efe Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Mar 2025 00:53:36 -0600 Subject: day #1 --- postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 postinst (limited to 'postinst') diff --git a/postinst b/postinst new file mode 100755 index 0000000..2659ea4 --- /dev/null +++ b/postinst @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +systemctl enable gus.service +systemctl stop gus.service +systemctl start gus.service -- cgit v1.2.3