Also an artefact (+ wrong)

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-01-12 14:18:50 +03:00
parent 6033c3cb18
commit 484deec6d1
1 changed files with 0 additions and 6 deletions

View File

@ -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
}