Add [Install] section to systemd unit file.
This section apparently is mandatory now.
This commit is contained in:
parent
17df63b550
commit
ad725ac355
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ Description=Navidrome Music Server and Streamer compatible with Subsonic/Airsoni
|
||||||
After=remote-fs.target network.target
|
After=remote-fs.target network.target
|
||||||
AssertPathExists=/var/lib/navidrome
|
AssertPathExists=/var/lib/navidrome
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=navidrome
|
User=navidrome
|
||||||
Group=navidrome
|
Group=navidrome
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue