Fix binary name in systemd unit file
This commit is contained in:
parent
d0a7f5cb42
commit
015997e8f9
@ -3,7 +3,7 @@ Description=KMS System Console
|
||||
Documentation=man:kmscon(1)
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/kmscon.sh -l /bin/login
|
||||
ExecStart=/usr/bin/kmscon -l /bin/login
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -37,7 +37,7 @@ IgnoreOnIsolate=yes
|
||||
ConditionPathExists=/dev/tty0
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/kmscon.sh "--vt=%I" --seats=seat0 --no-switchvt
|
||||
ExecStart=/usr/bin/kmscon "--vt=%I" --seats=seat0 --no-switchvt
|
||||
UtmpIdentifier=%I
|
||||
TTYPath=/dev/%I
|
||||
TTYReset=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user