ThunderEX / py-kms

A KMS server written in python.
Other
395 stars 113 forks source link

supervisord daemon #31

Open knifesk opened 5 years ago

knifesk commented 5 years ago
[Unit]
Description=KMS Service
After=multi-user.target
Conflicts=getty@tty1.service

[Service]
Type=simple
ExecStart=/usr/bin/python /root/py-kms/server.py
StandardInput=tty-force

[Install]
WantedBy=multi-user.target
ThunderEX commented 5 years ago

Hi @knifesk

I think wiki is a better place to share supervisord conf. So I create a page here.

Is it fine for you?

knifesk commented 5 years ago

I was thinking you could add it as an example in the code or in the readme. But wiki is good too!

On Tue, Jan 29, 2019 at 11:53 PM ThunderEX notifications@github.com wrote:

Hi @knifesk https://github.com/knifesk

I think wiki is a better place to share supervisord conf. So I create a page here https://github.com/ThunderEX/py-kms/wiki/supervisord-daemon.

Is it fine for you?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ThunderEX/py-kms/issues/31#issuecomment-458792096, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUXbAtIgFBffrr8WinBJR5az2_WSQXeks5vIQkNgaJpZM4aP7jD .