Skip to content

Instantly share code, notes, and snippets.

@janreiche
Created February 4, 2018 00:05
Show Gist options
  • Select an option

  • Save janreiche/cb4cc093bd0eceefba8f4fb08b0e96c8 to your computer and use it in GitHub Desktop.

Select an option

Save janreiche/cb4cc093bd0eceefba8f4fb08b0e96c8 to your computer and use it in GitHub Desktop.
@reboot root /<path>/shutdown_button.py 2>&1 |/usr/bin/logger -t shutdown_button
#behaves same as
@reboot root /<path>/shutdown_button.py |/usr/bin/logger -t shutdown_button 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment