Skip to content

Commit 7e4877e

Browse files
committed
udev: Append plugdev group to users, to make Yubikey working pt. 2
1 parent 6b0d61d commit 7e4877e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Unit]
2+
Description=Append user to plugdev group to make Yubikey udev rules working
3+
4+
[Service]
5+
Type=oneshot
6+
RemainAfterExit=yes
7+
ExecStart=/usr/bin/plugdev-append
8+
9+
[Install]
10+
WantedBy=multi-user.target

recipes/module-recipes/systemd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ system:
44
- dirty-centisecs.service
55
- memory-tweaks-gidro.service
66
- adbusers-append.service
7+
- plugdev-append.service
78
user:
89
enabled:
910

0 commit comments

Comments
 (0)