Compare commits
2 commits
ccea220ab4
...
bf5b529e05
Author | SHA1 | Date | |
---|---|---|---|
bf5b529e05 | |||
67694ea05b |
2 changed files with 4 additions and 2 deletions
3
.config/sv/mpd/run
Executable file
3
.config/sv/mpd/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec mpd --no-daemon
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec 2>&1
|
||||
exec /usr/bin/syncthing -logflags 0 -no-restart -home="$HOME/.config/syncthing"
|
||||
exec /usr/bin/syncthing --logflags 0 --no-restart --home="$HOME/.config/syncthing"
|
||||
|
|
Loading…
Add table
Reference in a new issue