All checks were successful
VLMCSD (Bookworm) / VLMCSD [arm64] (push) Successful in 14s
VLMCSD (Bookworm) / VLMCSD [amd64] (push) Successful in 14s
VLMCSD (Noble) / VLMCSD [arm64] (push) Successful in 16s
VLMCSD (Noble) / VLMCSD [amd64] (push) Successful in 16s
VLMCSD (trixie) / VLMCSD [arm64] (push) Successful in 14s
VLMCSD (trixie) / VLMCSD [amd64] (push) Successful in 15s
22 lines
457 B
Desktop File
22 lines
457 B
Desktop File
[Unit]
|
|
Description=Key Management Service
|
|
ConditionFileNotEmpty=/etc/vlmcsd.ini
|
|
After=network.target network-online.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/vlmcsd -i '/etc/vlmcsd.ini' -D
|
|
User=vlmcsd
|
|
Group=vlmcsd
|
|
PrivateDevices=true
|
|
PrivateTmp=true
|
|
ProtectSystem=strict
|
|
ReadWriteDirectories=/var/log/vlmcsd
|
|
RuntimeDirectory=vlmcsd
|
|
RuntimeDirectoryMode=755
|
|
WorkingDirectory=/var/run/vlmcsd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|