service_args is now an array
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/vdevd'
|
||||
service_args='-f /dev'
|
||||
service_args=( -f /dev )
|
||||
service_tmpfiles=( '/run/vdev:dir' '/run/udev:symlink:/dev/metadata/udev' )
|
||||
|
Reference in New Issue
Block a user