glances.service

Started by paxmark2, 2015/09/09, 04:27:07

Previous topic - Next topic

paxmark2

Via systemd-analyze blame I noticed glances.service  245 ms



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..






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

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
# Default is to launch glances with '-s' option.
#DAEMON_ARGS="-s"

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