loop audio
This commit is contained in:
parent
16e4a7198b
commit
92210d66f6
2 changed files with 1 additions and 3 deletions
|
|
@ -61,8 +61,6 @@ install_ohmyzsh() {
|
|||
echo TERM=xterm > ~/.zshrc
|
||||
}
|
||||
|
||||
|
||||
|
||||
install_all() {
|
||||
update_system
|
||||
install_volta
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ Type=simple
|
|||
Restart=on-failure
|
||||
RestartSec=5
|
||||
WorkingDirectory=/home/grace
|
||||
ExecStart=mplayer building.wav
|
||||
ExecStart=mplayer -loop 0 building.wav
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue