apmd: suspend instead of hibernate when battery low

This commit is contained in:
Jake Bauer 2024-02-02 15:23:19 +01:00
parent 43fdbf04a0
commit 5aa33d9806
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ doas chsh -s /usr/local/bin/fish jbauer
echo "Enabling power management services"
doas rcctl enable obsdfreqd apmd
doas rcctl set apmd flags -L -Z5
doas rcctl set apmd flags -L -z5
doas rcctl start obsdfreqd apmd
echo "Configuring syncthing to run on startup"