eggnogg on the pi zero 2w !
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
324 B

  1. [Unit]
  2. Description=Eggnogg Plus on a Raspberry Pi
  3. Requires=nodm.service
  4. After=nodm.service
  5. [Service]
  6. Restart=always
  7. User=pi
  8. Group=pi
  9. EnvironmentFile=/etc/default/eggnogg
  10. WorkingDirectory=/home/pi/eggnoggplus-linux
  11. ExecStartPre=sleep 5
  12. ExecStart=/home/pi/eggnoggplus-linux/eggnoggplus
  13. [Install]
  14. WantedBy=graphical.target