ssm-services/init.d/mount

10 lines
123 B
Plaintext
Raw Normal View History

2013-09-28 23:32:39 +00:00
#!/usr/bin/env watchman
depends miscfs
service_type='oneshot'
service_command='/bin/mount'
service_args='-a'
unset stop