GUI tray program to control systemd (systemctl) services
In Ubuntu, you need install following package:
sudo apt-get update
sudo apt-get install gir1.2-appindicator3-0.1
If you get ImportError: No module named pam
you need install
manually from Python.org or
pip install python-pam
Licensed under the MIT License