Skip to content

Commit

Permalink
Fix binary name in systemd unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Jul 24, 2018
1 parent d0a7f5c commit 015997e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/kmscon.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/kmsconvt@.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 015997e

Please sign in to comment.