service_args is now an array
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/usr/bin/agetty'
|
||||
service_args="38400 ${service_name##*-} linux"
|
||||
service_args=( 38400 "${service_name##*-}" linux )
|
||||
|
Reference in New Issue
Block a user