diff options
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/systemd/meshbay-node-user.service | 6 | ||||
| -rw-r--r-- | packaging/systemd/meshbay-node.service | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/packaging/systemd/meshbay-node-user.service b/packaging/systemd/meshbay-node-user.service index f476841..62ca4de 100644 --- a/packaging/systemd/meshbay-node-user.service +++ b/packaging/systemd/meshbay-node-user.service @@ -28,6 +28,12 @@ Type=simple # MESHBAY_TMDB_DEFAULT_TOKEN (Videos app, optional) also lives here — never # in source. Absent means TMDB lookups are inert until the operator sets one # here or configures a custom token in Settings (docs/mediacenter.md §5.5). +# MESHBAY_MUSICBRAINZ_CONTACT_DEFAULT (Music app, optional) lives here too, +# same reasoning — not a credential (MusicBrainz needs none), but still +# never a literal value in source: it's a personal contact address sent +# as-is in every request's User-Agent (docs/musicbay.md §3.2). Absent means +# MusicBrainz lookups are inert until the operator sets one here or +# configures a contact in Settings. EnvironmentFile=-%h/.config/meshbay/node.env ExecStart=/usr/bin/meshbay-node --config %h/.config/meshbay/node.toml diff --git a/packaging/systemd/meshbay-node.service b/packaging/systemd/meshbay-node.service index a469484..5c4de6b 100644 --- a/packaging/systemd/meshbay-node.service +++ b/packaging/systemd/meshbay-node.service @@ -15,7 +15,13 @@ WorkingDirectory=%h # Secrets: MESHBAY_PASSWORD (hub login), MESHBAY_UNLOCK_KEY (keystore), # MESHBAY_TMDB_DEFAULT_TOKEN (Videos app — optional, no literal default # ships in source; absent means TMDB lookups are inert until the operator -# sets one here or configures a custom token in Settings, docs/mediacenter.md §5.5) +# sets one here or configures a custom token in Settings, docs/mediacenter.md §5.5). +# MESHBAY_MUSICBRAINZ_CONTACT_DEFAULT (Music app — optional, no literal +# default ships in source either; not a credential, but still never a +# literal value in git — it's a personal contact address sent as-is in +# every MusicBrainz request's User-Agent, docs/musicbay.md §3.2). Absent +# means MusicBrainz lookups are inert until the operator sets one here or +# configures a contact in Settings. EnvironmentFile=-%h/.config/meshbay/node.env ExecStart=/usr/bin/meshbay-node --config %h/.config/meshbay/node.toml |