Revert volume service change.
This commit is contained in:
parent
97d5dcca3e
commit
0789f2dc54
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue