Skip to content

Commit

Permalink
Merge pull request #21 from flatcar/kai/reboot-delay
Browse files Browse the repository at this point in the history
systemd: Restore access to TTYs for reboot delay
  • Loading branch information
pothos authored May 10, 2023
2 parents 80de3e4 + 5e8e870 commit b5fb134
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion systemd/locksmithd.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ ConditionPathExists=!/usr/.noupdate
[Service]
CPUShares=16
MemoryLimit=32M
PrivateDevices=true

# Locksmith requires access to /dev/tty(S)* and /dev/pts/*
PrivateDevices=false

Environment=GOMAXPROCS=1
EnvironmentFile=-/usr/share/flatcar/update.conf
EnvironmentFile=-/etc/flatcar/update.conf
Expand Down

0 comments on commit b5fb134

Please sign in to comment.