Feat: moved all the startup script to systemd services

This commit is contained in:
2026-05-31 15:20:26 +05:30
parent a61cc65725
commit 6695e8192b
18 changed files with 148 additions and 41 deletions
+10
View File
@@ -40,3 +40,13 @@ matrix_creds() {
MX_TOKEN=
MX_URL=
}
navidrome_creds() {
# unload
[ "$1" = "unload" ] && unset ND_USER ND_PASS ND_URL && return 0
# load
ND_USER=
ND_PASS=
ND_URL=
}