ssm-services/services/smdev

10 lines
171 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2014-08-01 01:27:13 +00:00
2014-08-01 01:30:28 +00:00
service_type='oneshot'
service_command=( /usr/bin/smdev -s )
2014-08-01 01:27:13 +00:00
2015-09-04 13:47:37 +00:00
post_start() {
2014-08-01 01:27:13 +00:00
echo "Enabling hotplug..."
echo /bin/smdev > /proc/sys/kernel/hotplug
}