Library for automating the installation of systemd services
Project description
Service installer
Library for automated installing services to /etc/systemd/system folder
It will be useful if:
- You have a lot of servers where you want to deploy your project
- Your project consists of a large number of services, and you are not going to use docker
- Each of your servers has different working directories for services
Usage
- You can run this library as a standalone app using
python -m service_install (template_dir) (working_dir)
- You can import this library to your project and use it there
from service_installer import install_services
install_services('/foo/bar', 'foo/bar2/')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file template_service_installer-0.1.1.tar.gz.
File metadata
- Download URL: template_service_installer-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82a64c3cebd32dd1d7b41789eb552b4e682a5d12f58e80bd2df3a9afeb46e386
|
|
| MD5 |
22e933e178480e77617d34ed9e05879a
|
|
| BLAKE2b-256 |
484a8647c34f1ba3192bf327beeecea4ed67b84314de8eeb51ae3263bfaae1c3
|