From fd780bab8838fcbb26844b072c328e4dd2c37979 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 25 Apr 2023 05:22:54 -0700 Subject: [PATCH] docs: add information on viewing status and logs for systemd service --- docs/pages/includes/start-teleport.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/pages/includes/start-teleport.mdx b/docs/pages/includes/start-teleport.mdx index 1ad822cde19bb..427e7af30704d 100644 --- a/docs/pages/includes/start-teleport.mdx +++ b/docs/pages/includes/start-teleport.mdx @@ -28,3 +28,6 @@ $ sudo systemctl start teleport + +You can check the status of {{ service }} with `systemctl status teleport` +and view its logs with `journalctl -fu teleport`.