-
Notifications
You must be signed in to change notification settings - Fork 0
Script to create init scripts on Ubuntu derived (including Raspbian) for a github project, and to auto-update that project on restart.
License
DonGar/github-service-wrapper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
github-service-wrapper ====================== If you have a git project, that you want to run on an Debian derived server (like Raspbian), and which you want to auto-update on restart of the server, this script will help. It will fetch the git repository into PATH, and create an init script to update an run it using the specified command. If you want to change the command options, you can rerun the setup script at any time. After a service has been setup, you can control it with: /etc/init.d/<name> start /etc/init.d/<name> stop /etc/init.d/<name> restart /etc/init.d/<name> status usage: setup.py [-h] [--name NAME] [--path PATH] url cmd ... Install new init script for github project. positional arguments: url URL to clone the git repo from. cmd Command to run as the service. cmd_args optional arguments: -h, --help show this help message and exit --name NAME Service name. --path PATH Where the git repo is created.
About
Script to create init scripts on Ubuntu derived (including Raspbian) for a github project, and to auto-update that project on restart.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published