Created
April 3, 2013 18:22
-
-
Save squaresurf/5303779 to your computer and use it in GitHub Desktop.
systemd service file for Rackspace's nova agent daemon.
This file contains hidden or 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
# 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