forked from Spark/ssm-services
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
depends miscfs
|
||
|
|
||
|
service_type='oneshot'
|
||
|
service_command='/bin/mount'
|
||
|
service_args='-a'
|
||
|
|
||
|
unset stop
|