e2e358b4f8
Change-Id: Id7cef7826092e191654da872ee1e11c4c6f50ddf Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
16 lines
296 B
Desktop File
Executable File
16 lines
296 B
Desktop File
Executable File
[Unit]
|
|
Description=OpenStack Api Service (code-named Daisy) API server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
Restart=always
|
|
User=root
|
|
ExecStart=/usr/bin/daisy-api --config-file /etc/daisy/daisy-api.conf
|
|
PrivateTmp=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|