aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups/cups.path
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-08-19 05:30:43 -0400
committerChen Qi <Qi.Chen@windriver.com>2014-09-03 15:05:42 +0800
commitdbccb785bf878ca5f37c1caa1e53ccff0f7a5c8d (patch)
tree21b033506282f3952c3203e979c44ebe7d57a6ab /meta/recipes-extended/cups/cups/cups.path
parent100fff4a1759500fef8fb62d5645fc2fc3df2653 (diff)
downloadopenembedded-core-contrib-dbccb785bf878ca5f37c1caa1e53ccff0f7a5c8d.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>
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