1
0
mirror of https://github.com/Wind4/vlmcsd.git synced 2025-04-17 09:56:12 +08:00
vlmcsd/vlmcsd.service
吴强强 4f2b7ab484
Create vlmcsd.service
CentOS 7  systemctl service controller files
2020-09-21 11:15:08 +08:00

15 lines
256 B
Desktop File

[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