mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-28 19:20:16 +00:00
chore: Ignore cec errors in service
This commit is contained in:
parent
dac5bf5cf3
commit
9a6f356ff3
@ -21,5 +21,3 @@ elif [ "${ACTION}" = "onpoweroff" ] && [ "$CEC_ONPOWEROFF_STANDBY" = true ]; the
|
||||
elif [ "${ACTION}" = "onsleep" ] && [ "$CEC_ONSLEEP_STANDBY" = true ]; then
|
||||
echo "standby $CEC_TVID" | cec-client -s -d 1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
@ -4,7 +4,7 @@ After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/cec-control onboot
|
||||
ExecStart=-/usr/bin/cec-control onboot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
||||
|
@ -5,7 +5,7 @@ Before=final.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/cec-control onpoweroff
|
||||
ExecStart=-/usr/bin/cec-control onpoweroff
|
||||
|
||||
[Install]
|
||||
WantedBy=poweroff.target
|
||||
|
@ -5,7 +5,7 @@ Before=final.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/cec-control onsleep
|
||||
ExecStart=-/usr/bin/cec-control onsleep
|
||||
|
||||
[Install]
|
||||
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user