12 lines
136 B
Plaintext
Raw Normal View History

2013-09-29 03:32:39 +04:00
#!/usr/bin/env watchman
service_type='oneshot'
start() {
[[ -w / ]] || { mount -o remount,rw /; }
mount -a
2014-02-25 04:45:13 +04:00
swapon -a
}
2013-09-29 03:32:39 +04:00
unset stop