Metadata-Version: 2.4
Name: systemd-web
Version: 0.0.2
Summary: A super simple web control for start/stop/restart/status of systemd services
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: flask>=3.1.0
Requires-Dist: gunicorn>=23.0.0
Requires-Dist: python-dotenv>=1.0.1

# systemd_web
 
A super simple web control for start/stop/status of systemd services

This is a company app for other flask web apps as there are no special dependencies needed beside which are typically already installed like
 * flask
 * python-dotenv
 * gunicorn


To run the app simple create a systemd service file with the following executable
`gunicorn "systemd_web:create_app(username='foo',password='foo',services=['dummy-service'])"`
