From 70c10e2335091040600f9808f8f23efa5610492b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 8 Oct 2013 19:13:26 -0200 Subject: lirc-libre-1:0.9.0-63: fix #31890 #30912 #33956 from https://bugs.archlinux.org --- libre/lirc-libre/lircm.service | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libre/lirc-libre/lircm.service') 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 + -- cgit v1.2.3-2-g168b