Compare commits

...

2 Commits

Author SHA1 Message Date
fanyx bf5b529e05 explicit flags 2023-04-27 16:49:54 +02:00
fanyx 67694ea05b mpd: add user sv 2023-04-27 16:49:31 +02:00
2 changed files with 4 additions and 2 deletions

3
.config/sv/mpd/run Executable file
View File

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

View File

@ -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"