mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-04-19 10:54:32 +08:00
15 lines
256 B
SYSTEMD
15 lines
256 B
SYSTEMD
![]() |
[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
|