#
# App : cups
# License: GNU General Public License
#

description "This init script starts the cups-server"

console none
start on started xsession
stop on stopping xsession

script
        exec /etc/init.d/cups start
end script
