diff --git a/services/mount b/services/mount index 171c245..a83e862 100755 --- a/services/mount +++ b/services/mount @@ -3,12 +3,6 @@ service_type='oneshot' service_command=( /usr/bin/mount -a ) -pre_start() { - if [[ -w / ]]; then - mount -o remount,rw / - fi -} - post_start() { swapon -a }