summaryrefslogtreecommitdiffstats
path: root/builder/dnbd3-rootfs/services/dnbd3root.service
blob: 592b049d94efb6620552fb33725174856309af92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=root fs on dnbd3 (distributed network block device)
After=dracut-pre-mount.service network.target
Before=dracut-mount.service
DefaultDependencies=no
IgnoreOnIsolate=true
#OnFailure=emergency.target
#Conflicts=shutdown.target
#ConditionKernelCommandLine=!
#ConditionPathExists=/etc/multipath.conf

[Service]
Type=oneshot
RemainAfterExit=true
KillMode=none
ExecStart=/usr/bin/dnbd3root
#ExecStop=echo 'stopping dnbd3'