diff options
author | Óscar García Amor | 2020-05-11 10:18:44 +0200 |
---|---|---|
committer | Óscar García Amor | 2020-05-11 10:18:44 +0200 |
commit | 537be0318a41c66d1333cc0c84713b582acf5f7e (patch) | |
tree | 9b8dd566ff143d28aa205933d7d3854fc204d8ff /vlmcsd.service | |
download | aur-537be0318a41c66d1333cc0c84713b582acf5f7e.tar.gz |
Initial upload: vlmcsd 1113-1
Diffstat (limited to 'vlmcsd.service')
-rw-r--r-- | vlmcsd.service | 10 |
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 |