Skip to content

Instantly share code, notes, and snippets.

@aashishrbhandari
Created June 19, 2023 06:43
Show Gist options
  • Save aashishrbhandari/a845135dd68b7530690c2ea60282df2c to your computer and use it in GitHub Desktop.
Save aashishrbhandari/a845135dd68b7530690c2ea60282df2c to your computer and use it in GitHub Desktop.
# A Basic Script to create a initd file to start teleport on backgroud
#!/bin/sh
nohup /usr/local/bin/teleport start -c /etc/teleport.yaml 2>&1 >> /var/log/teleport.log &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment