summaryrefslogtreecommitdiffstats
path: root/core/modules/cups/data/etc/systemd/system/cups.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/cups/data/etc/systemd/system/cups.service')
-rw-r--r--core/modules/cups/data/etc/systemd/system/cups.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/modules/cups/data/etc/systemd/system/cups.service b/core/modules/cups/data/etc/systemd/system/cups.service
new file mode 100644
index 00000000..1c1e6305
--- /dev/null
+++ b/core/modules/cups/data/etc/systemd/system/cups.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Common Unix Printing System
+Requires=network.target graphical.target
+After=network.target
+Before=graphical.target
+ConditionFileNotEmpty=/etc/cups/printers.conf
+
+[Service]
+ExecStart=/usr/sbin/cupsd -f