mirror of https://github.com/Wind4/vlmcsd
You cannot 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
257 B
INI
13 lines
257 B
INI
8 years ago
|
[Unit]
|
||
|
Description=KMS Emulator in C
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
User=nobody
|
||
|
Group=nogroup
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/vlmcsd -i /etc/vlmcsd/vlmcsd.ini -j /etc/vlmcsd/vlmcsd.kmd -l syslog -v
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target.wants
|