Compare commits
No commits in common. "bf5b529e0509d9e477a3c5beb85067c3fb36060c" and "ccea220ab4b95ef8e323fe11c490c633a8574194" have entirely different histories.
bf5b529e05
...
ccea220ab4
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
exec 2>&1
|
|
||||||
exec mpd --no-daemon
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec 2>&1
|
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…
Reference in New Issue