summarylogtreecommitdiffstats
path: root/vlmcsd.service
diff options
context:
space:
mode:
authorAustin Adams2016-01-14 10:30:05 -0500
committerAustin Adams2016-01-14 10:30:05 -0500
commit5d07a4bb88e039552cc3df5029d21670b8ea17da (patch)
tree8f94828c1214bdffe4f69a97304119801dc15b69 /vlmcsd.service
downloadaur-5d07a4bb88e039552cc3df5029d21670b8ea17da.tar.gz
initial commit
Diffstat (limited to 'vlmcsd.service')
-rw-r--r--vlmcsd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/vlmcsd.service b/vlmcsd.service
new file mode 100644
index 000000000000..e499d0880938
--- /dev/null
+++ b/vlmcsd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=KMS Emulator
+
+[Service]
+Type=forking
+User=nobody
+ExecStart=/usr/bin/vlmcsd
+
+[Install]
+WantedBy=multi-user.target