service_args is now an array

This commit is contained in:
2015-09-04 16:47:37 +03:00
parent 623cf0795e
commit 6ef5b97beb
47 changed files with 66 additions and 157 deletions

View File

@@ -2,14 +2,9 @@
service_type='oneshot'
service_command='/usr/bin/smdev'
service_args='-s'
service_args=( -s )
hotplug() {
post_start() {
echo "Enabling hotplug..."
echo /bin/smdev > /proc/sys/kernel/hotplug
}
start() {
watchman.start
hotplug
}