Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save borantula/fd3497a6e7092bdef0f594cd8445aa23 to your computer and use it in GitHub Desktop.
Save borantula/fd3497a6e7092bdef0f594cd8445aa23 to your computer and use it in GitHub Desktop.
Run command pm2 from other user as root
sudo runuser -l root -c 'pm2 restart myapp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment