diff options
| author | jandob | 2016-01-22 16:27:13 +0100 |
|---|---|---|
| committer | jandob | 2016-01-22 16:27:13 +0100 |
| commit | a17e2bdb8b8f350edfcd09ed7854a53d24a27c86 (patch) | |
| tree | 18d19c57e7c1cef803400832721bcef025007f2c /builder | |
| parent | bugfix (diff) | |
| download | systemd-init-a17e2bdb8b8f350edfcd09ed7854a53d24a27c86.tar.gz systemd-init-a17e2bdb8b8f350edfcd09ed7854a53d24a27c86.tar.xz systemd-init-a17e2bdb8b8f350edfcd09ed7854a53d24a27c86.zip | |
fix
Diffstat (limited to 'builder')
| -rw-r--r-- | builder/dnbd3-rootfs/services/dnbd3root.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/dnbd3-rootfs/services/dnbd3root.service b/builder/dnbd3-rootfs/services/dnbd3root.service index 19ada0a6..eef2aa0b 100644 --- a/builder/dnbd3-rootfs/services/dnbd3root.service +++ b/builder/dnbd3-rootfs/services/dnbd3root.service @@ -12,7 +12,7 @@ IgnoreOnIsolate=true Type=oneshot RemainAfterExit=true KillMode=none -ExecStartPre=/sbin/fetch-config -ExecStart=/sbin/dnbd3root +ExecStartPre=/bin/fetch-config +ExecStart=/bin/dnbd3root #ExecReload=/sbin/multipathd reconfigure #ExecStop=echo 'stopping dnbd3' |
