Compare commits

..

No commits in common. "bf5b529e0509d9e477a3c5beb85067c3fb36060c" and "ccea220ab4b95ef8e323fe11c490c633a8574194" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
exec 2>&1
exec mpd --no-daemon

View File

@ -1,3 +1,4 @@
#!/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"