summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-nova-compute.service
blob: 95a3a872fc6ffd5151fa349f358e7472bd5bc29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=OpenStack Compute Service (code-named Nova) compute server
After=syslog.target network-online.target libvirtd.service
Wants=network-online.target
Requires=libvirtd.service

[Service]
Type=simple
User=nova
ExecStart=/usr/bin/nova-compute --config-file /etc/nova/nova.conf --config-file /etc/nova/nova-compute.conf

[Install]
WantedBy=multi-user.target