Redirect stderr to logs
This commit is contained in:
parent
584c900e84
commit
ffd832d066
19 changed files with 31 additions and 5 deletions
2
mpd/run
2
mpd/run
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec 2>&1
|
||||
exec mpd --no-daemon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue