Create vlmcsd.service

CentOS 7  systemctl service controller files
pull/46/head
吴强强 4 years ago committed by GitHub
parent 65228e5c79
commit 4f2b7ab484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,14 @@
[Unit]
Description=Microsoft Key Management System
After=network.target
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/vlmcsd
RemainAfterExit=yes
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save