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:04] ounsatnakf_customfw [2024/09/02 10:06] (current) ounsatn
Line 3: Line 3:
 /etc/systemd/system/multi-user.target.wants =>  /etc/systemd/system/multi-user.target.wants => 
 /usr/lib/systemd/system  /usr/lib/systemd/system 
 +</code>
 +
 +**qml-launcher**
 +<code>
 +/etc/systemd/system/multi-user.target.wants
 +
 +qml-launcher.service 
 +
 +[Unit]
 +Description=qml-launcher Service
 +After=
 +
 +[Service]
 +ExecStart=/home/bin/QmlBoot.sh
 +ExecReload=/bin/kill -HUP $MAINPID
 +
 +[Install]
 +WantedBy=multi-user.target
 </code> </code>
  
  
 +**engine.service**
 <code> <code>
 root@force:/usr/lib/systemd/system# cat engine.service root@force:/usr/lib/systemd/system# cat engine.service
Line 24: Line 43:
 </code> </code>
  
 +**inmusic-mpc**
 <code> <code>
-/etc/systemd/system/multi-user.target.wants +root@force:/usr/lib/systemd/system# cat inmusic-mpc.service
- +
-qml-launcher.service  +
 [Unit] [Unit]
-Description=qml-launcher Service +Description=InMusic MPC Application 
-After=+#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] [Service]
-ExecStart=/home/bin/QmlBoot.sh +ExecStart=/usr/bin/MPC 
-ExecReload=/bin/kill -HUP $MAINPID+Restart=on-failure 
 +Type=simple
  
 [Install] [Install]
akf_customfw.1725264261.txt.gz · Last modified: 2024/09/02 10:04 by ounsatn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki