#!/usr/bin/env ssm
service_type='oneshot'
service_command=( /usr/bin/mount -a )
post_start() {
swapon -a
}