iprutils/systemd/iprupdate.service
Daniel Kreling 303a8823cc iprutils: implementing systemd support
iprutils daemon files (iprdump.service, iprinit.service and
iprupdate.service) were created and housed on systemd directory.
In the file system, they should be sent to /usr/lib/systemd/system.
iprutils.spec was adapted to support the changes and manage
those service files.

Signed-off-by: Daniel Kreling <kreling@imap.linux.ibm.com>
2014-05-02 13:25:58 -03:00

9 lines
145 B
Desktop File

[Unit]
Description=IBM Power Raid update daemon
[Service]
Type=forking
ExecStart=/sbin/iprupdate --daemon
[Install]
WantedBy=multi-user.target