Initialize Git Repository: 'VLMCSD'
VLMCSD / VLMCSD (amd64, bookworm trixie noble, main) (push) Successful in 17s
VLMCSD / VLMCSD (arm64, bookworm trixie noble, main) (push) Successful in 15s

This commit is contained in:
Cantibra
2026-05-12 06:30:24 +02:00
commit a5a3dcfb3f
97 changed files with 25373 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[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