Skip to content

Instantly share code, notes, and snippets.

@ciela
Created September 18, 2015 11:00
Show Gist options
  • Save ciela/8a75ff4096a6b10ab00a to your computer and use it in GitHub Desktop.
Save ciela/8a75ff4096a6b10ab00a to your computer and use it in GitHub Desktop.
[Unit]
Description=Norikra
After=network.target
[Service]
Type=simple
PIDFile=/var/run/norikra.pid
EnvironmentFile=/etc/sysconfig/norikra
ExecStart=/usr/lib/jruby/jruby-9.0.1.0/bin/norikra start -l /var/log/norikra
ExecStop=/usr/lib/jruby/jruby-9.0.1.0/bin/norikra stop
User=root
Group=root
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment