scottmuc / infrastructure

Documentation / Automation for personal third-party infrastructure
The Unlicense
10 stars 2 forks source link

Wrap `navidrome` service with a systemd service configuration #1

Closed scottmuc closed 4 years ago

scottmuc commented 4 years ago

At the moment, navidrome is launched as follows:

cd /opt/navidrome
sudo -u navidrome nohup ./run.sh &> /mnt/usb/navidrome/logs/navidrome.log &

It's time to integrate this with systemd now. There's some good instructions on how to do this.