attempt to add a postinst to the package

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-11 23:55:00 -05:00
parent 14dcd3452b
commit 1047cc86f3
1 changed files with 6 additions and 0 deletions

6
postinst Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
systemctl enable virtigod.service
systemctl stop virtigod.service
systemctl start virtigod.service