summaryrefslogtreecommitdiff
path: root/libre/lirc-libre/lircm.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-08 19:13:26 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-08 19:13:26 -0200
commit70c10e2335091040600f9808f8f23efa5610492b (patch)
treebeac8057e85fc1503b923089b454790d65df2b80 /libre/lirc-libre/lircm.service
parent1f70b0c9db89bbf195901d2b9e1c6d224d2b30ae (diff)
downloadabslibre-70c10e2335091040600f9808f8f23efa5610492b.tar.gz
abslibre-70c10e2335091040600f9808f8f23efa5610492b.tar.bz2
abslibre-70c10e2335091040600f9808f8f23efa5610492b.zip
lirc-libre-1:0.9.0-63: fix #31890 #30912 #33956 from https://bugs.archlinux.org
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
+