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
akf_customfw [2024/09/02 10:06] ounsatnakf_customfw [2024/09/02 10:06] (current) ounsatn
Line 1: Line 1:
- 
 <code>  <code> 
 mapped via overlay on  mapped via overlay on 
Line 5: Line 4:
 /usr/lib/systemd/system  /usr/lib/systemd/system 
 </code> </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>
 +
  
 **engine.service** **engine.service**
Line 41: Line 59:
 WantedBy=multi-user.target WantedBy=multi-user.target
 </code> </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> 
- 
- 
- 
  
  
akf_customfw.1725264378.txt.gz · Last modified: 2024/09/02 10:06 by ounsatn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki