[Unit] Description="HashiCorp Boundary - Identity-based access management for dynamic infrastructure" Documentation=https://www.boundaryproject.io/docs StartLimitIntervalSec=60 StartLimitBurst=3 [Service] EnvironmentFile=-/etc/boundary.d/boundary.env User=boundary Group=boundary ProtectSystem=full ProtectHome=read-only ExecStart=/usr/bin/boundary server -config=/etc/boundary.d/boundary.hcl ExecReload=/bin/kill --signal HUP $MAINPID KillMode=process KillSignal=SIGINT Restart=on-failure RestartSec=5 TimeoutStopSec=30 LimitMEMLOCK=infinity [Install] WantedBy=multi-user.target