Skip to content

Instantly share code, notes, and snippets.

@squaresurf
Created April 3, 2013 18:22
Show Gist options
  • Save squaresurf/5303779 to your computer and use it in GitHub Desktop.
Save squaresurf/5303779 to your computer and use it in GitHub Desktop.
systemd service file for Rackspace's nova agent daemon.
# Author: Daniel Paul Searles
[Unit]
Description=Startup script for OpenStack nova guest agent
After=xe-linux-distribution.service
[Service]
Type=forking
PIDFile=/var/run/nova-agent.pid
ExecStart=/etc/rc.d/nova-agent start
ExecReload=/etc/rc.d/nova-agent restart
ExecStop=/etc/rc.d/nova-agent stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment