chiark / gitweb /
rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)
[elogind.git] / units / remount-rootfs.service
index 35a6ea08ccc11dd18d76d9f5669b21fdccc66503..e95023f03d5bd2b5bf87519d057241c77991915c 100644 (file)
@@ -9,12 +9,11 @@
 Description=Remount Root FS
 DefaultDependencies=no
 Conflicts=shutdown.target
-Before=shutdown.target local-fs.target
+After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service
+Before=local-fs.target shutdown.target
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/bin/mount / -o remount
-
-[Install]
-WantedBy=sysinit.target
+StandardOutput=syslog