[systemd-devel] How to disable the log of services' status?

2015-03-02 Thread Wang Sen
Hi all,

I'm trying to reduce the log output when OS starts. The messages reporting the
services' status like:

[  OK  ] Started Console Getty.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Login Service.
[  OK  ] Reached target Multi-User System.
...

are useless to me. Anyone who knows how to close these messages?

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] How to disable the log of services' status?

2015-03-02 Thread Andrei Borzenkov
В Tue, 3 Mar 2015 11:12:20 +0800
Wang Sen wang...@linux.vnet.ibm.com пишет:

 Hi all,
 
 I'm trying to reduce the log output when OS starts. The messages reporting the
 services' status like:
 
 [  OK  ] Started Console Getty.
 [  OK  ] Reached target Login Prompts.
 [  OK  ] Started Login Service.
 [  OK  ] Reached target Multi-User System.
 ...
 
 are useless to me. Anyone who knows how to close these messages?

a) add quiet to kernel command line
b) See show_status and ShowStatus in man systemd and man
systemd-system.conf 

 
 ___
 systemd-devel mailing list
 systemd-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/systemd-devel

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] How to disable the log of services' status?

2015-03-02 Thread Wang Sen
Thanks a lot. I added the kernel argument systemd.show_status=0 and it works.

On Tue, Mar 03, 2015 at 07:02:31AM +0300, Andrei Borzenkov wrote:
 В Tue, 3 Mar 2015 11:12:20 +0800
 Wang Sen wang...@linux.vnet.ibm.com пишет:
 
  Hi all,
  
  I'm trying to reduce the log output when OS starts. The messages reporting 
  the
  services' status like:
  
  [  OK  ] Started Console Getty.
  [  OK  ] Reached target Login Prompts.
  [  OK  ] Started Login Service.
  [  OK  ] Reached target Multi-User System.
  ...
  
  are useless to me. Anyone who knows how to close these messages?
 
 a) add quiet to kernel command line
 b) See show_status and ShowStatus in man systemd and man
 systemd-system.conf 
 
  
  ___
  systemd-devel mailing list
  systemd-devel@lists.freedesktop.org
  http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel