6 lines
106 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2014-06-28 10:54:06 +04:00
service_type='oneshot'
2015-09-04 16:47:37 +03:00
service_command='/usr/bin/mkdir'
service_args=( -p /run/lock )