Updated README. lms.conf and lms.service are not longer installed by default, user has to manually copy them in order to prevent accidental deletion when upgrading

This commit is contained in:
emeric
2019-08-10 15:44:32 +02:00
parent 6685285ae6
commit 14afb1e2db
6 changed files with 60 additions and 39 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=Lightweight Music Server
After=network.target
[Service]
Type=simple
Restart=on-failure
RestartSec=1
WorkingDirectory=/var/lms
ExecStart=/usr/bin/lms
User=lms
Group=lms
[Install]
WantedBy=multi-user.target