You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
485 B
23 lines
485 B
[Unit] |
|
Description=VirtualBMC daemon |
|
Documentation=https://docs.openstack.org/virtualbmc/latest/user/index.html |
|
After=libvirtd.service |
|
After=network.target |
|
|
|
[Service] |
|
Type=simple |
|
User=vbmcd |
|
Group=vbmcd |
|
WorkingDirectory=/var/lib/vbmcd |
|
ExecStart=/usr/bin/vbmcd --foreground |
|
ProtectSystem=full |
|
ProtectHome=true |
|
PrivateTmp=true |
|
CapabilityBoundingSet= |
|
NoNewPrivileges=true |
|
ProtectKernelTunables=true |
|
ProtectKernelModules=true |
|
ProtectControlGroups=true |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|