diff options
| author | Jeff Carr <[email protected]> | 2024-10-11 23:55:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-11 23:55:00 -0500 |
| commit | 1047cc86f3faba8f74ad74bc68c6daf2ed109eb6 (patch) | |
| tree | 8e80a54142629169b0504aeeefee4208951e9c30 | |
| parent | 14dcd3452b5033dea83cf12f117cf9fff7f9beb7 (diff) | |
attempt to add a postinst to the package
Signed-off-by: Jeff Carr <[email protected]>
| -rwxr-xr-x | postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/postinst b/postinst new file mode 100755 index 0000000..0725ce2 --- /dev/null +++ b/postinst @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +systemctl enable virtigod.service +systemctl stop virtigod.service +systemctl start virtigod.service |
