Skip to content

Instantly share code, notes, and snippets.

@cemk
Created January 26, 2016 17:43
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 cemk/5a3b10d5fe2ad556ec2e to your computer and use it in GitHub Desktop.
Save cemk/5a3b10d5fe2ad556ec2e to your computer and use it in GitHub Desktop.
start on runlevel [2345]
stop on runlevel [016]
respawn
setuid {User}
setgid {User}
script
cd /home/{User}
exec caddy
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment