Toggle systemd services on/off from a popup menu in the top gnome panel. Can be used to start services like apache2, mysql, postgres. It uses `pkexec' to run `sytemctl'. If you want to start services without entering a password you have to polkit policy file. An example policy file can be found in the github repository.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
Some of those functions in utils.js is never used. What is the use case for them?
Thanks for checking. I will remove the unused functions in the next version.
I checked the utils and all functions are being used. Which are the ones that are not being used?
My mistake. I thought the `safeSpawn` and `command` aren't used because I only checked in extension.js.
No problem. Thanks for checking extensions thoroughly.