/lib/systemd/system/heat-api.service is in heat-api 1:10.0.0-0ubuntu1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [Unit]
Description=Heat API
[Service]
User=heat
Group=heat
Type=simple
WorkingDirectory=~
RuntimeDirectory=heat lock/heat
CacheDirectory=heat
ExecStart=/etc/init.d/heat-api systemd-start
Restart=on-failure
LimitNOFILE=65535
TimeoutStopSec=15
[Install]
WantedBy=multi-user.target
|