mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 17:36:12 +01:00
12 lines
172 B
SYSTEMD
12 lines
172 B
SYSTEMD
|
[Unit]
|
||
|
Description=Vlmcsd (KMS Emulator in C)
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=nobody
|
||
|
ExecStart=/usr/bin/vlmcsd -D -e
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|