Files
storage-fixup/storage-fixup.service
Tomáš Chvátal cc4989e7a7 Accepting request 262601 from home:gberh:branches:Base:System
- 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
2014-12-01 09:58:32 +00:00

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