Skip to content

Instantly share code, notes, and snippets.

@scottb
Created December 8, 2013 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save scottb/7852406 to your computer and use it in GitHub Desktop.
Save scottb/7852406 to your computer and use it in GitHub Desktop.
Fedora systemd service file for running god
[Unit]
Description=God: A process monitoring framework in Ruby
After=network.target
[Service]
ExecStart=/usr/local/rvm/bin/deploy_god -c /etc/god/god.conf -l /var/log/god/god.log -D
ExecStop=/usr/local/rvm/bin/deploy_god quit
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment