app-misc/lirc: fix systemd unit
authorCraig Andrews <candrews@integralblue.com>
Sun, 10 Apr 2016 10:32:34 +0000 (06:32 -0400)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 15 Apr 2016 19:35:17 +0000 (19:35 +0000)
Gentoo-Bug: https://bugs.gentoo.org/529210
Package-Manager: portage-2.2.28
Acked-By: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/1225

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-misc/lirc/files/lirc.service

index 68547863aa016d0f488a774daf4f41842d5d801e..e184dfc09d44ac6a4b8a2110dd8dc6446f54f5b5 100644 (file)
@@ -3,6 +3,7 @@ Description=Linux Infrared Remote Control
 After=network.target
 
 [Service]
+RuntimeDirectory=lirc
 ExecStart=/usr/sbin/lircd --nodaemon --driver=default --device=/dev/lirc0
 
 [Install]