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.

antimicrox.service 245 B

4 months ago
12345678910111213141516
  1. [Unit]
  2. Description=antimicrox
  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
  11. ExecStart=/usr/bin/antimicrox
  12. [Install]
  13. WantedBy=graphical.target