Changes

Jump to navigation Jump to search
m
Line 26: Line 26:  
You must use systemd-style commands to stop & start any system service, that includes the zynthian UI:
 
You must use systemd-style commands to stop & start any system service, that includes the zynthian UI:
   −
# systemctl stop zynthian
+
# systemctl stop zynthian
# systemctl start zynthian
+
# systemctl start zynthian
 +
 
 
If you want to run the zynthian UI in the console (i.e. inspect the logging/debug messages), you must stop the zynthian service and run the zynthian UI as a normal script using:
 
If you want to run the zynthian UI in the console (i.e. inspect the logging/debug messages), you must stop the zynthian service and run the zynthian UI as a normal script using:
   −
# systemctl stop zynthian
+
# systemctl stop zynthian
# /zynthian/zynthian-sys/sbin/zynthian.sh
+
# /zynthian/zynthian-sys/sbin/zynthian.sh
393

edits

Navigation menu