From a01f5af07efe0819cd7f71d8ea9753a39f71c4a9 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Wed, 9 Oct 2013 19:03:28 +0200 Subject: Contains the complete bunch of software needed for the printing system in the pools: - A lpd server is started in vmchooser-run_virt. - A iptables rule redirects traffic from sourceport 515 to destport 5515 - Added module cups, the printserver in the minilinux. - Binaries an libs needed for a minimal cups installation. - Systemd-service for cups. - Added module printergui, the custom cups frontend. - Is a single GUI-binary that pops up in case of a printjob sent to the lpd. - Modules are enabled in stage32. --- remote/modules/cups/data/etc/systemd/system/cups.service | 8 ++++++++ .../data/etc/systemd/system/network.target.wants/cups.service | 1 + 2 files changed, 9 insertions(+) create mode 100644 remote/modules/cups/data/etc/systemd/system/cups.service create mode 120000 remote/modules/cups/data/etc/systemd/system/network.target.wants/cups.service (limited to 'remote/modules/cups/data/etc') diff --git a/remote/modules/cups/data/etc/systemd/system/cups.service b/remote/modules/cups/data/etc/systemd/system/cups.service new file mode 100644 index 00000000..38beff56 --- /dev/null +++ b/remote/modules/cups/data/etc/systemd/system/cups.service @@ -0,0 +1,8 @@ +[Unit] +Description=Common Unix Printing System +Requires=network.target graphical.target +After=network.target +Before=graphical.target + +[Service] +ExecStart=/usr/sbin/cupsd -f diff --git a/remote/modules/cups/data/etc/systemd/system/network.target.wants/cups.service b/remote/modules/cups/data/etc/systemd/system/network.target.wants/cups.service new file mode 120000 index 00000000..d8578ebb --- /dev/null +++ b/remote/modules/cups/data/etc/systemd/system/network.target.wants/cups.service @@ -0,0 +1 @@ +../cups.service \ No newline at end of file -- cgit v1.2.3-55-g7522