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.
12 lines
191 B
12 lines
191 B
5 years ago
|
[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
|