summaryrefslogtreecommitdiff
path: root/libre/lirc-libre/lircm.service
diff options
context:
space:
mode:
Diffstat (limited to 'libre/lirc-libre/lircm.service')
-rw-r--r--libre/lirc-libre/lircm.service7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/lirc-libre/lircm.service b/libre/lirc-libre/lircm.service
index eedcf5d8f..c0b5e36b7 100644
--- a/libre/lirc-libre/lircm.service
+++ b/libre/lirc-libre/lircm.service
@@ -1,11 +1,12 @@
[Unit]
Description=LIRC Mouse
-After=lirc.service
-Wants=lirc.service
+Requires=lirc.service
+After=network.target lirc.service
[Service]
-ExecStart=/usr/bin/lircmd -u
Type=forking
+ExecStart=/usr/sbin/lircmd
[Install]
WantedBy=multi-user.target
+