diff options
Diffstat (limited to 'src/lib/source/system/other/cupsd-srv/run')
| -rw-r--r-- | src/lib/source/system/other/cupsd-srv/run | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/source/system/other/cupsd-srv/run b/src/lib/source/system/other/cupsd-srv/run new file mode 100644 index 0000000..f9d84cd --- /dev/null +++ b/src/lib/source/system/other/cupsd-srv/run @@ -0,0 +1,11 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://www.cups.org/ + +fdmove -c 2 1 + +cupsd + -f + -c /etc/cups/cupsd.conf + -s /etc/cups/cups-files.conf |
