docs: fix ExecStart command in systemd docs (#717)

pull/713/head
Jeff Malnick 6 years ago committed by GitHub
parent e77efb4e9e
commit fb94971a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ We recommend running Boundary as a non-root user, and use this user to manage th
Description=${NAME} ${TYPE}
[Service]
ExecStart=/usr/local/bin/${NAME} ${TYPE} -config /etc/${NAME}-${TYPE}.hcl
ExecStart=/usr/local/bin/${NAME} server -config /etc/${NAME}-${TYPE}.hcl
User=boundary
Group=boundary
LimitMEMLOCK=infinity

Loading…
Cancel
Save