Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-kms as a daemon for ubuntu 14.04LTS-16.04LTS #5

Closed
ghost opened this issue Feb 10, 2018 · 2 comments
Closed

py-kms as a daemon for ubuntu 14.04LTS-16.04LTS #5

ghost opened this issue Feb 10, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 10, 2018

nano /etc/init/py-kms.conf

description "py-kms"
author  "myanaloglife"
env PYTHON_HOME=/usr
env PATH=$PYTHON_HOME:$PATH
start on runlevel [2345]
stop on runlevel [016]
chdir <path to py-kms>
exec $PYTHON_HOME/bin/python server.py <server address> <server port> -v DEBUG --logfile /var/log/py-kms_server.log
respawn

initctl reload-configuration
start py-kms

@ghost ghost changed the title py-kms as a daemon for ubuntu 14.04LTS-16.04TLS py-kms as a daemon for ubuntu 14.04LTS-16.04LTS Feb 10, 2018
@CNMan
Copy link

CNMan commented Apr 4, 2018

@ghost
Copy link
Author

ghost commented Apr 4, 2018 via email

@ghost ghost closed this as completed Feb 18, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant