archiso/configs/releng/airootfs/etc/systemd/system/pacmanbeeper.service
Alexander Epaneshnikov cec14d8b50
add needed files
this fixes #167
2022-03-29 19:31:14 +03:00

13 lines
279 B
Desktop File

[Unit]
Description=Play pacman tune
# for playing alert tunes via the built-in PC speaker (KDMKTONE, KIOCSOUND)
Wants=modprobe@pcspkr.service
After=modprobe@pcspkr.service
[Service]
User=beep
Type=oneshot
ExecStart=/usr/local/bin/pacman-beep.sh
[Install]
WantedBy=sound.target