https://github.com/yokitoki/servicectl
GUI tray program to control systemd (systemctl) services
https://github.com/yokitoki/servicectl
Last synced: about 1 year ago
JSON representation
GUI tray program to control systemd (systemctl) services
- Host: GitHub
- URL: https://github.com/yokitoki/servicectl
- Owner: YokiToki
- License: mit
- Created: 2016-04-08T07:07:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T09:13:25.000Z (about 2 years ago)
- Last Synced: 2024-11-27T05:31:58.202Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 39
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Service Control
GUI tray program to control systemd (systemctl) services

## Dependencies
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](https://pypi.python.org/pypi/python-pam) or
`pip install python-pam`
## License
Licensed under the [MIT License](https://opensource.org/licenses/mit-license.php)