On 08/01/2013 12:53 PM, lux-integ wrote: > On Wednesday 31 July 2013 14:36:25 Colin Guthrie wrote: >> Mount units have to be named specially after their mount points, so be >> careful there e.g. if the mount point is /mnt/mymountpoint then the unit >> should be called mnt-mymountpoint.mount > > thanks for your reply > > Now I have an init script to translate to systemd with this:- > /bin/echo "Remounting root file system in read-write mode..." > /bin/mount -n -o remount,rw / >/dev/null
The root file system is already remounted according to /etc/fstab by systemd itself. You don't have to convert that part to service files. /lib/systemd/system/systemd-remount-fs.service $ man systemd-remount-fs.service _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel