2024-03-28 21:48:51 +08:00

13 lines
193 B
Plaintext

post_install() {
systemctl --system daemon-reload
systemctl enable gp-suspend.service
}
post_upgrade() {
post_install
}
post_remove() {
systemctl disable gp-suspend.service
}