From 9d228068dd17e0f470a9255feaf80d1c90569e86 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sun, 25 Apr 2021 12:55:18 +0000 Subject: [PATCH] Doku erweitert --- resources/liesmich.txt | 10 ++++++++++ resources/start | 2 +- resources/logging.properties | 4 +--- resources/calypso.service | 8 ++++---- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/resources/avd.service b/resources/calypso.service similarity index 61% rename from resources/avd.service rename to resources/calypso.service index fea465e..e12f6be 100644 --- a/resources/avd.service +++ b/resources/calypso.service @@ -1,10 +1,10 @@ [Unit] -Description=AV Direktor +Description=Calypso After=network.target syslog.target [Service] -ExecStart=/home/pi/prg/av-direktor/start -WorkingDirectory=/home/pi/prg/av-direktor/ +ExecStart=/home/pi/prg/calypso/start +WorkingDirectory=/home/pi/prg/calypso/ StandardOutput=inherit StandardError=inherit Restart=always @@ -12,4 +12,4 @@ Type=forking [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target diff --git a/resources/liesmich.txt b/resources/liesmich.txt new file mode 100644 index 0000000..6c4b520 --- /dev/null +++ b/resources/liesmich.txt @@ -0,0 +1,10 @@ + +Calypso +Media-Steuerung für den Raspberry Pi + +Alle Informationen auf der Produktseite +https://uhilger.de/data/pg/calypso/ + +Veröffentlicht unter den Bedingungen der +GNU Affero Genreal Public License +http://www.gnu.org/licenses/agpl-3.0 diff --git a/resources/logging.properties b/resources/logging.properties index 947d664..978a332 100644 --- a/resources/logging.properties +++ b/resources/logging.properties @@ -35,9 +35,7 @@ ############################################################ # default file output is in user's home directory. -java.util.logging.FileHandler.pattern = %h/java%u.log -# java.util.logging.FileHandler.pattern = /media/extmirror/tomcat747/logs/tv_%u.log -# java.util.logging.FileHandler.pattern = ${catalina.base}/logs/file-cms_%u.log +java.util.logging.FileHandler.pattern = %h/calypso%u.log # java.util.logging.FileHandler.limit = 50000 # java.util.logging.FileHandler.count = 1 # java.util.logging.FileHandler.count = 2 diff --git a/resources/start b/resources/start index e1da2e7..180ff29 100755 --- a/resources/start +++ b/resources/start @@ -1,3 +1,3 @@ #!/bin/sh -java -Domx.wd=/mnt/store/avd -Djava.util.logging.config.file=logging.properties -jar calypso.jar port=9090 player=omx ctx=/calypso & \ No newline at end of file +java -Domx.wd=/mnt/store/calypso -Djava.util.logging.config.file=logging.properties -jar calypso.jar port=9090 player=omx ctx=/calypso & -- Gitblit v1.9.3