summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/systemd/system/pacmanbeeper.service
blob: 8a6a41e8e3f4871b4642a7684c64e58533a0fea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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