eggnogg on the pi zero 2w !
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
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