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