Skip to content

Commit

Permalink
Fix gp-service name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Mar 28, 2024
1 parent e602b3b commit eb18912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/pkgbuild/gp.install
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
post_install() {
systemctl --system daemon-reload
systemctl enable gpservice.service
systemctl enable gp-suspend.service
}

post_upgrade() {
post_install
}

post_remove() {
systemctl disable gpservice.service
systemctl disable gp-suspend.service
}

0 comments on commit eb18912

Please sign in to comment.