diff options
Diffstat (limited to 'openwrt/package/cups/files/cupsd.init')
-rw-r--r-- | openwrt/package/cups/files/cupsd.init | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/cups/files/cupsd.init b/openwrt/package/cups/files/cupsd.init new file mode 100644 index 000000000..8e5fd63c4 --- /dev/null +++ b/openwrt/package/cups/files/cupsd.init @@ -0,0 +1,4 @@ +#!/bin/sh +mkdir -p /tmp/cups +mkdir -p /tmp/spool/cups/tmp +exec /usr/sbin/cupsd |