mirror of https://github.com/dnomd343/kms-server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
248 B
13 lines
248 B
3 years ago
|
[Unit]
|
||
|
Description=KMS Server By vlmcsd
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/var/run/vlmcsd.pid
|
||
|
ExecStart=/usr/bin/vlmcsd -p /var/run/vlmcsd.pid
|
||
|
ExecStop=/bin/kill -HUP $MAINPID
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|