16 lines
222 B
Desktop File
16 lines
222 B
Desktop File
# Managed by Ansible
|
|
|
|
[Unit]
|
|
Description=Goodbye
|
|
Requires=mpd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/true
|
|
ExecStop=/opt/shutdown.sh
|
|
RemainAfterExit=true
|
|
User=audio
|
|
Group=audio
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|