chiark / gitweb /
path: properly free PathSpec structs
[elogind.git] / units / remount-rootfs.service
index 4ff3645e69df530aef9f3d3512283aa2b8f0f4cd..31309015ca110db068c24ddcd8a6d9d51bc086c1 100644 (file)
@@ -9,10 +9,11 @@
 Description=Remount Root FS
 DefaultDependencies=no
 Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service fsck.target
-Before=shutdown.target local-fs.target
+After=systemd-readahead-collect.service systemd-readahead-replay.service
+Before=local-fs.target shutdown.target
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/bin/mount / -o remount
+StandardOutput=syslog