diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-11-01 22:29:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-11-01 22:29:48 +0100 |
commit | fc8f0b5c9cb8277950a2fefdb7f754c47b172dfd (patch) | |
tree | 4e2b608333c9fd2aa5d1d5957ebf959cd772629f /units/remote-fs-pre.target | |
parent | mount: order remote mounts after both network.target and remote-fs-pre.target (diff) | |
download | systemd-fc8f0b5c9cb8277950a2fefdb7f754c47b172dfd.tar.gz systemd-fc8f0b5c9cb8277950a2fefdb7f754c47b172dfd.tar.bz2 systemd-fc8f0b5c9cb8277950a2fefdb7f754c47b172dfd.zip |
units: drop [Install] section from remote-fs-pre.target
remote-fs-pre.target is not a unit a user should ever explicitly enable.
Instead services which need to hook before network mounts should pull it
in.
Diffstat (limited to 'units/remote-fs-pre.target')
-rw-r--r-- | units/remote-fs-pre.target | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/units/remote-fs-pre.target b/units/remote-fs-pre.target index 5406aa22d..8aceb08b9 100644 --- a/units/remote-fs-pre.target +++ b/units/remote-fs-pre.target @@ -10,6 +10,3 @@ [Unit] Description=Remote File Systems (Pre) After=network.target - -[Install] -WantedBy=multi-user.target |