Created
August 22, 2016 07:19
-
-
Save Tamal/8d34f8bd4e134a0ca74d89e69e4dec71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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