We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb24b4 commit ab589dcCopy full SHA for ab589dc
1 file changed
sources/boot_service/systemd/linux-enable-ir-emitter.service
@@ -1,10 +1,11 @@
1
[Unit]
2
Description = enable the infrared emitter
3
+After = suspend.target sleep.target hybrid-sleep.target hibernate.target suspend-then-hibernate.target
4
5
[Service]
6
Type = oneshot
7
ExecStartPre = /sbin/modprobe uvcvideo
8
ExecStart = /usr/bin/linux-enable-ir-emitter run
9
10
[Install]
-WantedBy = multi-user.target suspend.target hybrid-sleep.target hibernate.target suspend-then-hibernate.target
11
+WantedBy = multi-user.target suspend.target sleep.target hybrid-sleep.target hibernate.target suspend-then-hibernate.target
0 commit comments