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>
9 lines
145 B
Desktop File
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
|