first commit

This commit is contained in:
fuzzy 2022-06-02 13:52:09 -05:00
parent 989229c958
commit 161f10f3b1
5 changed files with 3 additions and 3 deletions

0
caddy/run Normal file → Executable file
View File

0
flexget/run Normal file → Executable file
View File

2
jellyfin/run Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/sh
exec jellyfin --datadir /home/fuzzy/.config/jellyfin --service
exec jellyfin --datadir /home/fuzzy/.local/share/jellyfin --service > /dev/null 2>&1

2
navidrome/run Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/bin/sh
exec chpst -u fuzzy /home/fuzzy/.local/share/navidrome/./navidrome \
exec chpst -u fuzzy navidrome \
--configfile /home/fuzzy/.config/navidrome/navidrome.toml \
--datafolder /home/fuzzy/.config/navidrome

2
syncthing/run Normal file → Executable file
View File

@ -1,3 +1,3 @@
#!/bin/sh
exec sudo chpst -u fuzzy syncthing -home=/home/fuzzy/.config/syncthing/
exec sudo chpst -u fuzzy syncthing -home=/home/fuzzy/.config/syncthing/ > /dev/null 2>&1