diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-network.service')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova-network.service | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-network.service b/meta-openstack/recipes-devtools/python/python-nova/nova-network.service new file mode 100644 index 0000000..45f4e15 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nova/nova-network.service | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=OpenStack Nova Network Server | ||
| 3 | After=syslog.target network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Type=notify | ||
| 7 | NotifyAccess=all | ||
| 8 | TimeoutStartSec=0 | ||
| 9 | Restart=always | ||
| 10 | User=nova | ||
| 11 | ExecStart=/usr/bin/nova-network | ||
| 12 | |||
| 13 | # Don't kill dnsmasq on shutdown (#805947) | ||
| 14 | KillMode=process | ||
| 15 | |||
| 16 | [Install] | ||
| 17 | WantedBy=multi-user.target | ||
