rpm-packaging/openstack/masakari/openstack-masakari-engine.service
Thomas Bechtold 7f26e52d39 masakari: Cleanup
- Use also %{release} in Requires
- Use the %sphinx_build macro for doc build
- Add openstack- prefix to .service files to be consistent with other
  services
- Move common binaries to the main %files section

Change-Id: I2b45001cdde2da6d93e0bb58c930e6d1e9527dac
2019-09-06 14:53:51 +02:00

13 lines
206 B
Desktop File

[Unit]
Description=Masakari Engine Server
After=syslog.target network.target
[Service]
Type=simple
User=masakari
Restart=on-failure
ExecStart=/usr/bin/masakari-engine
[Install]
WantedBy=multi-user.target