ssm-services/services/mount

9 lines
110 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2013-09-28 23:32:39 +00:00
service_type='oneshot'
service_command=( /usr/bin/mount -a )
post_start() {
swapon -a
}