diff options
Diffstat (limited to 'systemd/startupsound.service')
-rw-r--r-- | systemd/startupsound.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/startupsound.service b/systemd/startupsound.service new file mode 100644 index 0000000..f1b4a16 --- /dev/null +++ b/systemd/startupsound.service @@ -0,0 +1,9 @@ +[Unit] +Description=Play Startup Sound + +[Service] +ExecStart=/usr/bin/mplayer /home/yaroslav/.soundalerts/start.ogg + +[Install] +Alias=startupsound.service +WantedBy=sound.target |