Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] glances.service  (Read 2113 times)

Offline paxmark2

  • User
  • Posts: 85
[EN] glances.service
« on: 2015/09/09, 04:27:07 »
Via systemd-analyze blame I noticed glances.service  245 ms


Code: [Select]
journalctl -b -0 |grep glance
Sep 08 20:44:35 rauneseee glances[632]: Starting Glances server: glances Not starting glances: disabled by /etc/default/glances..



Code: [Select]

systemctl | grep glance
glances.service           loaded active exited    LSB: Starts and daemonize Glances server


[size=78%]1.  So  - am I correct in believing this to be the openstack glance system?  (glances the nice little python script is installed for me - glance is not)[/size]


On lxqt testing (sparky) atom netbook glances.service does not start.     


Is this a new default for systemd? 


2.  For a one ssd personal system, is there any reason not to do systemctl disable or even systemctl mask glances.service ?


TIA 


domicius

  • Guest
Re: glances.service
« Reply #1 on: 2015/09/09, 15:06:37 »
glances is a "CLI curses based monitoring tool" and you don't need to have it setup to start with the system. I don't:

$ cat /etc/default/glances
Code: [Select]
# Default is to launch glances with '-s' option.
#DAEMON_ARGS="-s"

# Change to 'true' to have glances running at startup
RUN="false"