From d4865aca9d1c45bcd8cc5aa86c6f5198b8f61b89 Mon Sep 17 00:00:00 2001 From: Archphile Date: Mon, 5 Mar 2018 13:54:46 +0200 Subject: [PATCH] fixed a typo Replaced $DIRBLE_API_TOKE with $DIRBLE_API_TOKEN in order for the service to be functional. --- contrib/ympd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ympd.service b/contrib/ympd.service index 7b42ebb..49559c7 100644 --- a/contrib/ympd.service +++ b/contrib/ympd.service @@ -10,7 +10,7 @@ Environment=WEB_PORT=8080 Environment=YMPD_USER=nobody Environment=DIRBLE_API_TOKEN=2e223c9909593b94fc6577361a EnvironmentFile=/etc/default/ympd -ExecStart=/usr/bin/ympd --user $YMPD_USER --mpdpass "$MPD_PASSWORD" --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT --dirbletoken $DIRBLE_API_TOKE +ExecStart=/usr/bin/ympd --user $YMPD_USER --mpdpass "$MPD_PASSWORD" --webport $WEB_PORT --host $MPD_HOST --port $MPD_PORT --dirbletoken $DIRBLE_API_TOKEN Type=simple [Install]