#!/usr/bin/env watchman service_type='oneshot' spawn() { [[ -w / ]] || { mount -o remount,rw /; } mount -a swapon -a } unset stop