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 5: Line 5:
 </code> </code>
  
 +**qml-launcher**
 <code> <code>
-root@force:/usr/lib/systemd/system# cat engine.service+/etc/systemd/system/multi-user.target.wants 
 + 
 +qml-launcher.service  
 [Unit] [Unit]
-Description=Engine+Description=qml-launcher Service
 After= After=
  
 [Service] [Service]
-Type=forking +ExecStart=/home/bin/QmlBoot.sh 
-ExecStart=/usr/Engine/Scripts/runengine +ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/tmp/engine.pid +
-Restart=on-failure +
-TimeoutStopSec=30 +
-LimitCORE=infinity+
  
 [Install] [Install]
Line 24: Line 23:
 </code> </code>
  
-<code> 
-/etc/systemd/system/multi-user.target.wants 
- 
-qml-launcher.service  
  
 +**engine.service**
 +<code>
 +root@force:/usr/lib/systemd/system# cat engine.service
 [Unit] [Unit]
-Description=qml-launcher Service+Description=Engine
 After= After=
  
 [Service] [Service]
-ExecStart=/home/bin/QmlBoot.sh +Type=forking 
-ExecReload=/bin/kill -HUP $MAINPID+ExecStart=/usr/Engine/Scripts/runengine 
 +PIDFile=/tmp/engine.pid 
 +Restart=on-failure 
 +TimeoutStopSec=30 
 +LimitCORE=infinity
  
 [Install] [Install]
Line 41: Line 43:
 </code> </code>
  
 +**inmusic-mpc**
 <code> <code>
 root@force:/usr/lib/systemd/system# cat inmusic-mpc.service root@force:/usr/lib/systemd/system# cat inmusic-mpc.service
akf_customfw.1725264298.txt.gz · Last modified: 2024/09/02 10:04 by ounsatn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki