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
|
echo TERM=xterm > ~/.zshrc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
install_all() {
|
install_all() {
|
||||||
update_system
|
update_system
|
||||||
install_volta
|
install_volta
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
WorkingDirectory=/home/grace
|
WorkingDirectory=/home/grace
|
||||||
ExecStart=mplayer building.wav
|
ExecStart=mplayer -loop 0 building.wav
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue