summaryrefslogtreecommitdiffstats
path: root/examples/minimal/files/set-lang-kbd.service
blob: dc4da7fad936a002c4ef5108f0913a1fe4b45201 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Set language and keyboard if specified on the boot command line
After=systemd-user-sessions.service

[Service]
Type=oneshot
ExecStart=/sbin/set-lang-kbd
RemainAfterExit=yes

[Install]
WantedBy=getty@.service