Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cros-keyboard-map #1958

Merged
merged 7 commits into from
Aug 25, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions anda/system/cros-keyboard-map/cros-keyboard-map.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Name: cros-keyboard-map
Version: %commit_date.%shortcommit
Release: 1%?dist
Release: 2%?dist

License: BSD-3-Clause
Summary: Utility to generate keyd configurations for use on Chromebooks
Expand Down Expand Up @@ -53,15 +53,15 @@ mkdir -p %buildroot/etc/systemd/system
tee %buildroot/etc/systemd/system/cros-keyboard-map.service <<EOF
[Unit]
Description=Generate chromebook keyboard layout
Before=keyd.service
After=tmp.mount

[Service]
Type=oneshot
ExecStart=/bin/bash /usr/bin/um-generate-cros-keymap
june-fish marked this conversation as resolved.
Show resolved Hide resolved
ExecStartPost=+/usr/bin/systemctl restart keyd.service
june-fish marked this conversation as resolved.
Show resolved Hide resolved

[Install]
WantedBy=sysinit.target
WantedBy=multi-user.target
EOF
june-fish marked this conversation as resolved.
Show resolved Hide resolved
chmod +x %buildroot/usr/bin/um-generate-cros-keymap

Expand Down