diff --git a/templates/teleport.service.j2 b/templates/teleport.service.j2 index 8bc2d03..5b852bd 100644 --- a/templates/teleport.service.j2 +++ b/templates/teleport.service.j2 @@ -6,6 +6,7 @@ After=network.target Type=simple Restart=always ExecStart=/usr/local/bin/teleport start --config={{ teleport_config_path }} {{ teleport_opts | default('') }} +KillMode=process [Install] WantedBy=multi-user.target