blob: c07f740b88c5498eef44b99aa1f4848d3de966aa (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# DISABLED for Debian jessie and beyond...
#if test -e /etc/network/if-up.d/cups; then exit 0; fi
#if test -e /etc/network/if-up.d/debian-edu; then exit 0; fi
#
#invoke-rc.d --quiet cups restart
|