aboutsummaryrefslogtreecommitdiffstats
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 10:24:21 +0100
commit020065d3c57ccdc86c47cd0fc288071cdd194bbc (patch)
tree1be6fe9f1f0a937d199a3e95f75be9379e9875a6 /meta/recipes-extended/cups/cups/cups.path
parenta8b2f086034585f3e115db3055575833922e3a59 (diff)
downloadopenembedded-core-contrib-020065d3c57ccdc86c47cd0fc288071cdd194bbc.tar.gz
cups: add systemd support
Add systemd unit files. Also remove sysvinit related files if 'sysvinit' is not in DISTRO_FEATURES. 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 @@
+[Unit]
+Description=CUPS Printer Service Spool
+
+[Path]
+PathExistsGlob=/var/spool/cups/d*
+
+[Install]
+WantedBy=multi-user.target