summarylogtreecommitdiffstats
path: root/vlmcsd.service
diff options
context:
space:
mode:
authorÓscar García Amor2020-05-11 10:18:44 +0200
committerÓscar García Amor2020-05-11 10:18:44 +0200
commit537be0318a41c66d1333cc0c84713b582acf5f7e (patch)
tree9b8dd566ff143d28aa205933d7d3854fc204d8ff /vlmcsd.service
downloadaur-537be0318a41c66d1333cc0c84713b582acf5f7e.tar.gz
Initial upload: vlmcsd 1113-1
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