summarylogtreecommitdiffstats
path: root/gonic.service
diff options
context:
space:
mode:
authorDimitri Pertin2020-05-17 12:09:29 +0200
committerDimitri Pertin2020-05-17 12:09:29 +0200
commit0be3ceb7bb3a8529da8c57713cfa59b7cf6654c9 (patch)
tree71cd6be992d88d9505cb5c9e446071d65299f82a /gonic.service
parente5485e9e5efada86a09a517a625c11b040139efc (diff)
downloadaur-0be3ceb7bb3a8529da8c57713cfa59b7cf6654c9.tar.gz
Remove license install and fix .service file
As depicted by [ElVirolo](https://aur.archlinux.org/packages/gonic/#comment-745784), GPL3 license is already included in `/usr/share/licenses/common/GPL3`, so it is now removed from the install process. The environment variable regarding Jukebox mode is also fixed here in `gonic.service` file.
Diffstat (limited to 'gonic.service')
-rw-r--r--gonic.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/gonic.service b/gonic.service
index e5676680f910..6f476c68edbc 100644
--- a/gonic.service
+++ b/gonic.service
@@ -19,7 +19,7 @@ Environment=GONIC_DB_PATH=/var/lib/gonic/gonic.db
#Environment=GONIC_LISTEN_ADDR=0.0.0.0:4747
#Environment=GONIC_PROXY_PREFIX=
#Environment=GONIC_SCAN_INTERVAL=
-#Environment=GONIC_JUKEBOX_ENABLED
+#Environment=GONIC_JUKEBOX_ENABLED=false
[Install]
WantedBy=multi-user.target