summaryrefslogtreecommitdiffstats
path: root/builder/dnbd3-rootfs/services/dnbd3root.service
blob: c78de2043fda481efce602adca2a9ccb0c140642 (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
#Conflicts=shutdown.target
#ConditionKernelCommandLine=!
#ConditionPathExists=/etc/multipath.conf

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