mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
17 lines
357 B
Desktop File
17 lines
357 B
Desktop File
[Unit]
|
|
Description=OpenStack Nova Compute Server
|
|
After=syslog.target network.target libvirtd.service virtqemud.service
|
|
|
|
[Service]
|
|
Environment=LIBGUESTFS_ATTACH_METHOD=appliance
|
|
Type=notify
|
|
NotifyAccess=all
|
|
TimeoutStartSec=0
|
|
Restart=always
|
|
User=nova
|
|
ExecStart=/usr/bin/nova-compute --log-file /var/log/nova/compute.log
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|