File openbao.service of Package openbao
[Unit] Description=OpenBao is an identity-based secrets and encryption management system Documentation=https://openbao.org/docs/ After=network.target [Service] Type=simple ExecStart=/usr/bin/bao server -config=/etc/openbao -log-format=standard ExecReload=/bin/kill -HUP $MAINPID User=openbao Group=openbao LimitMEMLOCK=infinity PrivateTmp=true ProtectSystem=full NoNewPrivileges=true [Install] WantedBy=multi-user.target Alias=bao.service