blob: 6d62403300505d8632d5873984b905eec16bacd1 (
plain)
1
2
3
4
5
|
post_upgrade() {
echo ">> Systemd units have change with the 3.0 release."
echo ">> Please enable autosuspend.service and autosuspend-detect-suspend.service."
echo ">> Only autosuspend.service needs to be started."
}
|