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