-
Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:37, 25 February 2022 23.127.128.93 talk performed unknown action "comments/add" on X728-Software (- The installation process should create a systemctl service to start/stop the process instead of using crontab. I did the following: Copied /home/pi/x728/x728v2-asd.py to /usr/local/bin: sudo cp /home/pi/x728/x728v2-asd.py /usr/local/bin Then created a systemctl service file to start the script: sudo vi /lib/systemd/system/x728-shutdown.service Contents of the file: [Unit] Description=Geekworm x728 Shutdown Service After=network.target [Service] Type=simple StandardOutput=null Working...)