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.

24 lines
525 B

  1. config pservice
  2. option disabled 1
  3. option name 'demo0'
  4. option command /bin/sh
  5. option respawn_maxfail 0
  6. list args -c
  7. list args 'env | logger -t $name; exec sleep $time'
  8. list env 'v0=0'
  9. list env 'v1=val with space'
  10. list env 'name=demo0'
  11. list env 'time=1799'
  12. list file /tmp/sleep.conf
  13. config pservice
  14. option disabled 1
  15. option name 8021x
  16. option command /usr/sbin/wpa_supplicant
  17. option stdout 1
  18. list args -i
  19. list args eth0.1
  20. list args -D
  21. list args wired
  22. list args -c
  23. list args /etc/wpa_supplicant-eth0.1.conf