summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-08-04 17:59:36 -0400
committerHenry Gebhardt <hsggebhardt@googlemail.com>2011-08-15 07:39:59 +0200
commit79f2f37117be7fb9e6cb06567c1364e14bb96d6a (patch)
treeedd90543601b8f46ba81efcbd9ab0469348f6b28 /sys-apps/systemd-units/files/services-desktop
parentsys-apps/systemd-units: Acpid is now in the tree. (diff)
downloadsystemd-79f2f37117be7fb9e6cb06567c1364e14bb96d6a.tar.gz
systemd-79f2f37117be7fb9e6cb06567c1364e14bb96d6a.tar.bz2
systemd-79f2f37117be7fb9e6cb06567c1364e14bb96d6a.zip
sys-apps/systemd-units: Add cups service
Diffstat (limited to 'sys-apps/systemd-units/files/services-desktop')
-rw-r--r--sys-apps/systemd-units/files/services-desktop/cups.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/cups.service b/sys-apps/systemd-units/files/services-desktop/cups.service
new file mode 100644
index 0000000..de3edcd
--- /dev/null
+++ b/sys-apps/systemd-units/files/services-desktop/cups.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=CUPS Printing Service
+
+[Service]
+ExecStart=/usr/sbin/cupsd -f
+
+[Install]
+WantedBy=multi-user.target