9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
14 lines
217 B
Desktop File
14 lines
217 B
Desktop File
[Unit]
|
|
Description=OpenStack Nova Serial Proxy Server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/bin/nova-serialproxy
|
|
#Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|