9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
16 lines
236 B
Desktop File
16 lines
236 B
Desktop File
[Unit]
|
|
Description=OpenStack Nova Cells Server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
#NotifyAccess=all
|
|
TimeoutStartSec=0
|
|
#Restart=always
|
|
User=root
|
|
ExecStart=/usr/bin/nova-cells
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|