User Tools

Site Tools


akf_customfw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
akf_customfw [2024/09/02 10:03] ounsatnakf_customfw [2024/09/02 10:06] (current) ounsatn
Line 5: Line 5:
 </code> </code>
  
 +**qml-launcher**
 <code> <code>
 /etc/systemd/system/multi-user.target.wants /etc/systemd/system/multi-user.target.wants
Line 17: Line 18:
 ExecStart=/home/bin/QmlBoot.sh ExecStart=/home/bin/QmlBoot.sh
 ExecReload=/bin/kill -HUP $MAINPID ExecReload=/bin/kill -HUP $MAINPID
 +
 +[Install]
 +WantedBy=multi-user.target
 +</code>
 +
 +
 +**engine.service**
 +<code>
 +root@force:/usr/lib/systemd/system# cat engine.service
 +[Unit]
 +Description=Engine
 +After=
 +
 +[Service]
 +Type=forking
 +ExecStart=/usr/Engine/Scripts/runengine
 +PIDFile=/tmp/engine.pid
 +Restart=on-failure
 +TimeoutStopSec=30
 +LimitCORE=infinity
 +
 +[Install]
 +WantedBy=multi-user.target
 +</code>
 +
 +**inmusic-mpc**
 +<code>
 +root@force:/usr/lib/systemd/system# cat inmusic-mpc.service
 +[Unit]
 +Description=InMusic MPC Application
 +#Wants=az01-script-runner.service
 +#After=az01-network-midi.service az01-script-runner.service az01-usbsata-fixer.service touch-fw-update.service xmos-update.service
 +
 +[Service]
 +ExecStart=/usr/bin/MPC
 +Restart=on-failure
 +Type=simple
  
 [Install] [Install]
akf_customfw.1725264220.txt.gz · Last modified: 2024/09/02 10:03 by ounsatn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki