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