Skip to content

Commit

Permalink
Add note to set user and group in systemd unit. Closes #118
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Apr 4, 2023
1 parent ebdcf27 commit f7a2b6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/en/docs/Installation/linux.md
Expand Up @@ -56,9 +56,10 @@ For additional configuration options see the [configuration options page](https:

### Create a Systemd Unit

Create a new file under `/etc/systemd/system/` named `navidrome.service` with the following data.
Create a new file under `/etc/systemd/system/` named `navidrome.service` with the following data. Make sure you replace
`<user>` and `<group>` with the user and group you want to run Navidrome under.

```toml
```systemd
[Unit]
Description=Navidrome Music Server and Streamer compatible with Subsonic/Airsonic
After=remote-fs.target network.target
Expand Down

0 comments on commit f7a2b6c

Please sign in to comment.