diff options
author | hagbard <vyosdev@derith.de> | 2019-10-11 13:02:30 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-10-11 13:02:30 -0700 |
commit | c293b710ab331612ec714c89abb286e0f7c6b7d1 (patch) | |
tree | 67419fc392181394c3f06da04b64411897150714 /data/live-build-config/hooks | |
parent | 7ed120e471593fc943b793a82739c38ddc9e4b79 (diff) | |
download | vyos-build-c293b710ab331612ec714c89abb286e0f7c6b7d1.tar.gz vyos-build-c293b710ab331612ec714c89abb286e0f7c6b7d1.zip |
acpid: enable acpid to enable power button triggered shutdowns
Diffstat (limited to 'data/live-build-config/hooks')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 42fb3020..fc6d2b76 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -47,3 +47,4 @@ systemctl disable heartbeat.service systemctl enable vyos-hostsd.service +systemctl enable acpid.service |