Skip to content

Instantly share code, notes, and snippets.

@Tamal
Created August 22, 2016 07:19
Show Gist options
  • Save Tamal/8d34f8bd4e134a0ca74d89e69e4dec71 to your computer and use it in GitHub Desktop.
Save Tamal/8d34f8bd4e134a0ca74d89e69e4dec71 to your computer and use it in GitHub Desktop.
description "Description goes here"
author "Your Name"
start on (local-filesystems and net-device-up)
stop on runlevel [!2345]
respawn
exec /path/to/compiled/binary -flag value -flag2 value2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment