We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nano /etc/init/py-kms.conf
description "py-kms" author "myanaloglife" env PYTHON_HOME=/<dir> 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
initctl reload-configuration
start py-kms
The text was updated successfully, but these errors were encountered:
Added this method that uses Upstart to wiki. To remember that can also be created a service with SysV and systemd if distro allows it.
Sorry, something went wrong.
Merge pull request SystemRage#1 from flacoste/pythonpath
a2c072a
Set PYTHONPATH to fix s3cmd
Merge pull request SystemRage#1 from simonmicro/patch-1
0f0468f
Unified volume mount paths
No branches or pull requests
nano /etc/init/py-kms.conf
initctl reload-configuration
start py-kms
The text was updated successfully, but these errors were encountered: