forked from Spark/ssm-services
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user