Blame vbmcd.service

cccd63e
[Unit]
cccd63e
Description=VirtualBMC daemon
cccd63e
Documentation=https://docs.openstack.org/virtualbmc/latest/user/index.html
cccd63e
After=libvirtd.service
cccd63e
After=network.target
cccd63e
cccd63e
[Service]
cccd63e
Type=simple
cccd63e
User=vbmcd
cccd63e
Group=vbmcd
cccd63e
WorkingDirectory=/var/lib/vbmcd
cccd63e
ExecStart=/usr/bin/vbmcd --foreground
cccd63e
ProtectSystem=full
cccd63e
ProtectHome=true
cccd63e
PrivateTmp=true
cccd63e
CapabilityBoundingSet=
cccd63e
NoNewPrivileges=true
cccd63e
ProtectKernelTunables=true
cccd63e
ProtectKernelModules=true
cccd63e
ProtectControlGroups=true
cccd63e
cccd63e
[Install]
cccd63e
WantedBy=multi-user.target