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