dmraid/dmraid-activation.service
Marcus Meissner a5d648edaf Accepting request 199021 from home:elvigia:branches:Base:System
- Fix Makefiles so they support DESTDIR 
- add tmpfiles.d so runtime directories are properly created 
- Remove sysvinit support and replace it for native systemd support.

OBS-URL: https://build.opensuse.org/request/show/199021
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmraid?expand=0&rev=32
2013-09-20 15:19:01 +00:00

16 lines
400 B
Desktop File

[Unit]
Description=Activation of DM RAID sets
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-udev-settle.service
Before=lvm2-activation-early.service cryptsetup.target local-fs.target shutdown.target
Wants=systemd-udev-settle.service
[Service]
EnvironmentFile=-/etc/sysconfig/dmraid
ExecStart=/sbin/dmraid -ay -p $DMRAID_START_OPTIONS
Type=oneshot
[Install]
WantedBy=sysinit.target