diff options
author | Ben Klopfenstein <benklop@gmail.com> | 2015-08-05 04:41:25 -0600 |
---|---|---|
committer | Ben Klopfenstein <benklop@gmail.com> | 2015-08-05 04:41:25 -0600 |
commit | 06f689584aa937bacbfa863957ec8f3c220c0954 (patch) | |
tree | ba280f2360d85a0070a1d5927a8ea18393a16120 /app-misc/lirc/files/lircd.service.patch | |
parent | fix adding users for mplugd and lirc (diff) | |
download | benklop-06f689584aa937bacbfa863957ec8f3c220c0954.tar.gz benklop-06f689584aa937bacbfa863957ec8f3c220c0954.tar.bz2 benklop-06f689584aa937bacbfa863957ec8f3c220c0954.zip |
fix adding users for mplugd and lirc
Diffstat (limited to 'app-misc/lirc/files/lircd.service.patch')
-rw-r--r-- | app-misc/lirc/files/lircd.service.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/lirc/files/lircd.service.patch b/app-misc/lirc/files/lircd.service.patch new file mode 100644 index 0000000..c5013ee --- /dev/null +++ b/app-misc/lirc/files/lircd.service.patch @@ -0,0 +1,13 @@ +--- a/systemd/lircd.service 2015-08-05 04:33:05.940754618 -0600 ++++ b/systemd/lircd.service 2015-08-05 01:18:38.694447032 -0600 +@@ -4,6 +4,10 @@ + + [Service] + Type=simple ++ ++ExecStartPre=/bin/mkdir -p /var/run/lirc ++ExecStartPre=/bin/chown -R lirc:lirc /var/run/lirc ++ + ExecStart=/usr/sbin/lircd --nodaemon + + [Install] |