Skip to content

Fox-sys/service_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages