Skip to content
ThunderEX edited this page Jan 30, 2019 · 1 revision

Thanks to @knifesk! Original link: https://github.com/ThunderEX/py-kms/issues/31

[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
Clone this wiki locally