summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-compute.service
blob: aa33225142269a31bd75ff1bc6d56afd6805d831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=OpenStack Compute Service (code-named Nova) compute server
After=syslog.target network.target libvirtd.service
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