Code: Alles auswählen
root@printserver:~# service cups status
● cups.service - CUPS Printing Service
Loaded: loaded (/lib/systemd/system/cups.service; enabled)
Active: inactive (dead)
Docs: man:cupsd(8)
man:cupsd.conf(5)
root@printserver:~#
Code: Alles auswählen
root@printserver:~# systemctl enable cups
Synchronizing state for cups.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d cups defaults
Executing /usr/sbin/update-rc.d cups enable
root@printserver:~#
Code: Alles auswählen
root@printserver:~# service cups status
● cups.service - CUPS Printing Service
Loaded: loaded (/lib/systemd/system/cups.service; enabled)
Active: inactive (dead)
Docs: man:cupsd(8)
man:cupsd.conf(5)
root@printserver:~# service cups start
root@printserver:~# service cups status
● cups.service - CUPS Printing Service
Loaded: loaded (/lib/systemd/system/cups.service; enabled)
Active: active (running) since Mi 2015-03-25 18:01:55 CET; 1s ago
Docs: man:cupsd(8)
man:cupsd.conf(5)
Main PID: 464 (cupsd)
CGroup: /system.slice/cups.service
└─464 /usr/sbin/cupsd -f
root@printserver:~#
Ideen?