mirror of
https://github.com/nikdoof/cups-avahi-airprint.git
synced 2025-12-12 00:02:16 +00:00
Removed dbus and avahi-daemon from container start. Fixes #2
This commit is contained in:
@@ -16,7 +16,5 @@ if [ ! -f /config/printers.conf ]; then
|
|||||||
fi
|
fi
|
||||||
cp /config/printers.conf /etc/cups/printers.conf
|
cp /config/printers.conf /etc/cups/printers.conf
|
||||||
|
|
||||||
/etc/init.d/dbus start
|
|
||||||
/etc/init.d/avahi-daemon start
|
|
||||||
/root/printer-update.sh &
|
/root/printer-update.sh &
|
||||||
exec /usr/sbin/cupsd -f
|
exec /usr/sbin/cupsd -f
|
||||||
|
|||||||
Reference in New Issue
Block a user