mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-04-08 22:26:51 +08:00
Create vlmcsd.service
CentOS 7 systemctl service controller files
This commit is contained in:
parent
65228e5c79
commit
4f2b7ab484
14
vlmcsd.service
Normal file
14
vlmcsd.service
Normal file
@ -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…
x
Reference in New Issue
Block a user