1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-12-07 23:08:06 +00:00

Renamed project to myMPD

This commit is contained in:
jcorporation
2018-05-24 17:10:11 +01:00
parent 2c27cbc037
commit 956812b472
10 changed files with 38 additions and 272 deletions

18
contrib/mympd.service Normal file
View File

@@ -0,0 +1,18 @@
[Unit]
Description=myMPD server daemon
Requires=network.target local-fs.target
[Service]
Environment=MPD_HOST=localhost
Environment=MPD_PORT=6600
Environment=MPD_PASSWORD=
Environment=WEB_PORT=80
Environment=MYMPD_USER=nobody
Environment=DIGEST=
Environment=LOCALPORT=
EnvironmentFile=/etc/default/mympd
ExecStart=/usr/bin/ympd --user $MYMPD_USER --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT $DIGEST $LOCALPORT
Type=simple
[Install]
WantedBy=multi-user.target