diff --git a/caddy/run b/caddy/run index b09994f..6da932d 100755 --- a/caddy/run +++ b/caddy/run @@ -1,3 +1,3 @@ #!/bin/sh -exec caddy run -config /home/fuzzy/Documents/caddy/Caddyfile +exec caddy run --config /home/fuzzy/Documents/caddy/Caddyfile >> /home/fuzzy/Documents/caddylog.txt diff --git a/jellyfin/run~ b/jellyfin/run~ new file mode 100755 index 0000000..6a9a966 --- /dev/null +++ b/jellyfin/run~ @@ -0,0 +1,4 @@ +#!/bin/sh + +exec jellyfin --datadir /home/fuzzy/.local/share/jellyfin --service > /dev/null 2>&1 + diff --git a/navidrome/run b/navidrome/run deleted file mode 100755 index aaa26be..0000000 --- a/navidrome/run +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -exec chpst -u fuzzy navidrome \ - --configfile /home/fuzzy/.config/navidrome/navidrome.toml \ - --datafolder /home/fuzzy/.config/navidrome - diff --git a/wired/logz b/wired/logz new file mode 100644 index 0000000..15b4f30 --- /dev/null +++ b/wired/logz @@ -0,0 +1,3 @@ +Couldn't load a config because we couldn't find one, so will use default. +A wired socket exists; taking ownership. Existing wired processes will not receive CLI calls. +Notification bus name acquired. diff --git a/wired/run b/wired/run new file mode 100755 index 0000000..81dd0dd --- /dev/null +++ b/wired/run @@ -0,0 +1,4 @@ +#!/bin/sh + +exec wired --run + diff --git a/xcmenu/run b/xcmenu/run new file mode 100755 index 0000000..a6b758d --- /dev/null +++ b/xcmenu/run @@ -0,0 +1,3 @@ +#!/bin/sh +exec sudo chpst -u fuzzy xcmenu --daemon + diff --git a/yarr/run b/yarr/run new file mode 100755 index 0000000..9c071c5 --- /dev/null +++ b/yarr/run @@ -0,0 +1,4 @@ +#!/bin/sh + +exec sudo chpst -u fuzzy yarr -addr 0.0.0.0:7070 -auth-file=/home/fuzzy/.config/yarr/auth.conf -db=/home/fuzzy/.config/yarr/feed.sql -log-file=/home/fuzzy/.config/yarr/access.log +