Revert volume service change.

This commit is contained in:
fewtarius 2023-01-26 20:18:53 -05:00
parent 97d5dcca3e
commit 0789f2dc54
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 7 additions and 3 deletions

View file

@ -37,6 +37,3 @@ makeinstall_target() {
cp ${PKG_DIR}/sources/config/fancontrol.conf ${INSTALL}/usr/config/fancontrol.conf.sample
}
post_install() {
enable_service volume.service
}

View file

@ -18,3 +18,10 @@ else
nohup systemctl stop headphones &
fi
if [ "${DEVICE_VOLUMECTL}" == "true" ]
then
nohup systemctl start volume &
else
nohup systemctl stop volume &
fi