summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups/cups.path
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-09-03 15:09:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-03 11:09:05 +0100
commiteaa87ab47214854e3530510610af20098b84bf87 (patch)
tree95a5a2f85e8080041a619236298562ad58d7ce57 /meta/recipes-extended/cups/cups/cups.path
parentcd8255bb4d8ea54cbf88aaa4c0914573571b91f6 (diff)
downloadpoky-eaa87ab47214854e3530510610af20098b84bf87.tar.gz
cups: add systemd support
Add systemd unit files. Also remove sysvinit related files if 'sysvinit' is not in DISTRO_FEATURES. (From OE-Core rev: 020065d3c57ccdc86c47cd0fc288071cdd194bbc) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups/cups/cups.path')
-rw-r--r--meta/recipes-extended/cups/cups/cups.path8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups/cups.path b/meta/recipes-extended/cups/cups/cups.path
new file mode 100644
index 0000000000..de8cc57c27
--- /dev/null
+++ b/meta/recipes-extended/cups/cups/cups.path
@@ -0,0 +1,8 @@
1[Unit]
2Description=CUPS Printer Service Spool
3
4[Path]
5PathExistsGlob=/var/spool/cups/d*
6
7[Install]
8WantedBy=multi-user.target