summaryrefslogtreecommitdiff
path: root/units/remount-rootfs.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-28 03:18:23 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-28 03:18:23 +0200
commitc0a1b6e92682facf74412ca77daeedcc60cb3115 (patch)
tree9a8e6808973e615749eb700da56db1e13f0b6a78 /units/remount-rootfs.service
parent5008d5815a6223f01c9fc4c803ec6ec18c8f4e54 (diff)
units: enable mount units by default and hook binary units into base.target instead of sysinit.target, leaving the latter for sysv compatibility
Diffstat (limited to 'units/remount-rootfs.service')
-rw-r--r--units/remount-rootfs.service3
1 files changed, 0 insertions, 3 deletions
diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service
index 35a6ea08cc..089e8b5a2f 100644
--- a/units/remount-rootfs.service
+++ b/units/remount-rootfs.service
@@ -15,6 +15,3 @@ Before=shutdown.target local-fs.target
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/mount / -o remount
-
-[Install]
-WantedBy=sysinit.target