- run spec-cleaner - add storage-fixup-config.patch with additional harddisk models - port to systemd OBS-URL: https://build.opensuse.org/request/show/262601 OBS-URL: https://build.opensuse.org/package/show/Base:System/storage-fixup?expand=0&rev=10
15 lines
288 B
Desktop File
15 lines
288 B
Desktop File
[Unit]
|
|
Description=Execute fixup commands for matched storage devices
|
|
Documentation=man:storage-fixup(8)
|
|
DefaultDependencies=false
|
|
Wants=local-fs.target
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/sbin/storage-fixup
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|