bs-units/beep-after-getty.service
BrainwreckedTech 0563edc0cc First sync
2019-09-11 04:47:13 -04:00

12 lines
191 B
Desktop File

[Unit]
Description=Beep When Console Ready
DefaultDependencies=no
After=getty@tty1.service
[Service]
Type=oneshot
ExecStart=/usr/bin/beep -f 880 -l 125 -r 3
[Install]
WantedBy=getty.target