8 lines
159 B
Bash
8 lines
159 B
Bash
#!/bin/bash
|
|
|
|
# Managed by Ansible
|
|
|
|
systemctl stop trollibox.service
|
|
mpc clear
|
|
|
|
su audio -c 'mplayer -volume 10 -ao jack:name=MPlayer /opt/sounds/shutdown.mp3'
|