mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-05 06:16:16 +00:00
cf34f41467
cleanup: central startup options file: /etc/mympd/options
12 lines
321 B
Desktop File
12 lines
321 B
Desktop File
[Unit]
|
|
Description=myMPD server daemon
|
|
Requires=network.target local-fs.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/mympd/options
|
|
ExecStart=/usr/bin/mympd --user $MYMPD_USER --webport $WEB_PORT --mpdhost $MPD_HOST --mpdport $MPD_PORT $MPD_PASSWORD $COVERIMAGE $STATEFILE $SSL
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|