Skip to content

Commit

Permalink
chore(teleport): better launch parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
abuisine committed Aug 24, 2023
1 parent 7f6c46b commit 32c95f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_teleport_sysext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Restart=on-failure
# want to run all three roles on a single host
# --roles='proxy,auth,node' is the default value
# if none is set
ExecStart=/usr/bin/teleport start --roles=node --config=/etc/teleport.yaml --pid-file=/run/teleport.pid --token=$(cat /etc/machine-id)
ExecStart=/usr/bin/teleport start --roles=node --config=/etc/teleport.yaml --pid-file=/run/teleport.pid --token=%m --nodename=%H
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/teleport.pid
LimitNOFILE=524288
Expand Down

0 comments on commit 32c95f0

Please sign in to comment.