summaryrefslogtreecommitdiffstats
path: root/src/canberra-system-bootup.service.in
blob: 490b6b8a9fc61b48c943e5420c72dc1557ec130d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Play Bootup Sound
DefaultDependencies=no
After=alsa-restore.service
Before=shutdown.target
Conflicts=shutdown.target

# A little optimization under the assumption that we are using the
# standard freedesktop theme
ConditionPathExists=/usr/share/sounds/freedesktop/stereo/system-bootup.oga

[Service]
Type=oneshot
ExecStart=-@bindir@/canberra-boot system-bootup

[Install]
WantedBy=sound.target
Also=canberra-system-shutdown.service canberra-system-shutdown-reboot.service