diff --git a/assets/aws/files/system/teleport-acm.service b/assets/aws/files/system/teleport-acm.service index 6dcab6c09d70b..0d24e9cbe4c30 100644 --- a/assets/aws/files/system/teleport-acm.service +++ b/assets/aws/files/system/teleport-acm.service @@ -15,3 +15,6 @@ ExecStart=/usr/local/bin/teleport start --config=/etc/teleport.yaml --diag-addr= ExecReload=/bin/sh -c "exec pkill -HUP -L -F /run/teleport/teleport.pid" PIDFile=/run/teleport/teleport.pid LimitNOFILE=524288 + +[Install] +WantedBy=multi-user.target