Changes

Jump to navigation Jump to search
no edit summary
Line 45: Line 45:  
* It's a one time fire
 
* It's a one time fire
 
* /zynthian/zynthian-sys/sbin/config-on-boot.sh then does the actual setup.
 
* /zynthian/zynthian-sys/sbin/config-on-boot.sh then does the actual setup.
 +
 +
=== Zynthian Webconf ===
 +
* /zynthian/zynthian-webconf/zynthian_webconf.sh runs it.
 +
* It's completely independent of other zynthian services.
 +
* It will always restarts after five seconds of being killed.
 +
 +
=== Zynthian Webconf ===
 +
* Zynthian won't run without jack
 +
* /usr/bin/startx ./zynthian.sh  runs it.
 +
* There is a similar restart directive as with webconf.
 +
 +
 +
So remember normal kill -9 and such tricks will simply result in zynthian, or zynthian-webconf just restarting.
 +
 +
If you do want to stop them for ritualistic disembowelment on a desk, then use systemctl with stop and start.
 +
 +
systemctl stop zynthian
 +
 +
and to restart
 +
 +
systemctl start zynthian
584

edits

Navigation menu