Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Terminal-Geek
Created July 2, 2014 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Terminal-Geek/aabcc494c82e636f9346 to your computer and use it in GitHub Desktop.
Save Terminal-Geek/aabcc494c82e636f9346 to your computer and use it in GitHub Desktop.
# Aufwach-Skript
description "Bootet den Server zu den im Script /usr/bin/aufwecken angegebenen Zeiten"
start on runlevel [2345]
stop on runlevel [!2345]
exec /usr/bin/aufwecken >> /home/tobias/rtcwake.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment