dc32af21f7
Since project name has changed to steth, name and path should be changed too. Change-Id: I83590ec90e1c3f4fac1faa3b842a9079b248488d
14 lines
227 B
Desktop File
14 lines
227 B
Desktop File
# Just for CentOS 7
|
|
[Unit]
|
|
Description=OpenStack Neutron Debug Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/bin/python /usr/bin/steth-agent
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|