You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bs-units/beep-after-getty.service

12 lines
191 B

[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