9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
17 lines
414 B
Desktop File
17 lines
414 B
Desktop File
[Unit]
|
|
Description=Neutron networking agent
|
|
After=network.target syslog.target openvswitch.service
|
|
Before=pmon.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/rc.d/init.d/neutron-dhcp-agent start
|
|
ExecStop=/etc/rc.d/init.d/neutron-dhcp-agent stop
|
|
ExecReload=/etc/rc.d/init.d/neutron-dhcp-agent reload
|
|
PIDFile=/var/run/neutron-dhcp-agent.pid
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|