resources/calypso.service | ●●●●● patch | view | raw | blame | history | |
resources/liesmich.txt | ●●●●● patch | view | raw | blame | history | |
resources/logging.properties | ●●●●● patch | view | raw | blame | history | |
resources/start | ●●●●● patch | view | raw | blame | history |
resources/calypso.service
File was renamed from resources/avd.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 WantedBy=multi-user.target resources/liesmich.txt
New file @@ -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 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 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 & java -Domx.wd=/mnt/store/calypso -Djava.util.logging.config.file=logging.properties -jar calypso.jar port=9090 player=omx ctx=/calypso &