service_args is now an array
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user