after a restart shows systemd
Code: Select all
$ systemctl status systemd-hostnamed.service
● systemd-hostnamed.service - Hostname Service
Loaded: loaded (/lib/systemd/system/systemd-hostnamed.service; static)
Active: inactive (dead)
Docs: man:systemd-hostnamed.service(8)
man:hostname(5)
man:machine-info(5)
http://www.freedesktop.org/wiki/Software/systemd/hostnamed
$ systemctl status cups.socket
● cups.socket - CUPS Printing Service Sockets
Loaded: loaded (/lib/systemd/system/cups.socket; enabled)
Drop-In: (/)etc/systemd/system/cups.socket.d
└─cupsd-listen.conf
Active: active (listening) since Di 2014-10-14 10:40:58 CEST; 1h 59min left
Listen: (/)var/run/cups/cups.sock (Stream)
127.0.0.1:631 (Stream)
[::1]:631 (Stream)
$ systemctl status cups.service
● cups.service - CUPS Printing Service
Loaded: loaded (/lib/systemd/system/cups.service; enabled)
Active: inactive (dead)
Docs: man:cupsd(8)
man:cupsd.conf(5)
Code: Select all
$ systemctl --failed
0 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
shows systemd me
Code: Select all
$ systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● cups.service loaded failed failed CUPS Printing Service
● systemd-hostnamed.service loaded failed failed Hostname Service
● cups.socket loaded failed failed CUPS Printing Service Sockets
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
3 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Code: Select all
$ systemctl status systemd-hostnamed.service
● systemd-hostnamed.service - Hostname Service
Loaded: loaded (/lib/systemd/system/systemd-hostnamed.service; static)
Active: failed (Result: exit-code) since Mo 2014-10-13 22:42:19 CEST; 17min ago
Docs: man:systemd-hostnamed.service(8)
man:hostname(5)
man:machine-info(5)
http://www.freedesktop.org/wiki/Software/systemd/hostnamed
Process: 19116 ExecStart=/lib/systemd/systemd-hostnamed (code=exited, status=226/NAMESPACE)
Main PID: 19116 (code=exited, status=226/NAMESPACE)
$ systemctl status cups.socket
● cups.socket - CUPS Printing Service Sockets
Loaded: loaded (/lib/systemd/system/cups.socket; enabled)
Drop-In: (/)etc/systemd/system/cups.socket.d
└─cupsd-listen.conf
Active: failed (Result: service-failed-permanent) since Mo 2014-10-13 22:42:18 CEST; 15min ago
Listen: (/)var/run/cups/cups.sock (Stream)
127.0.0.1:631 (Stream)
[::1]:631 (Stream)
$ systemctl status cups.service
● cups.service - CUPS Printing Service
Loaded: loaded (/lib/systemd/system/cups.service; enabled)
Active: failed (Result: start-limit) since Mo 2014-10-13 22:42:18 CEST; 8min ago
Docs: man:cupsd(8)
man:cupsd.conf(5)
Process: 19112 ExecStart=/usr/sbin/cupsd -f (code=exited, status=226/NAMESPACE)
Main PID: 19112 (code=exited, status=226/NAMESPACE)