Skip to content

Instantly share code, notes, and snippets.

@meyju
Created January 13, 2015 15:05
Show Gist options
  • Save meyju/426985a37d8a6228e72f to your computer and use it in GitHub Desktop.
Save meyju/426985a37d8a6228e72f to your computer and use it in GitHub Desktop.
cron server stop by lifespan
# FILE: /etc/cron.d/lifespan-stop
# stopping this server after lifespan
# After 5h 50m +5m
@reboot root sleep 350m && /sbin/shutdown -h +5 "Lifespan Halt!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment