aboutsummaryrefslogtreecommitdiff
path: root/utils/pservice/files/pservice.config
blob: 0f505b3986db553807babb4a371b5de1d32fa53a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
config pservice
	option disabled 1
	option name 'demo0'
	option command /bin/sh
	option respawn_maxfail 0
	list args -c
	list args 'env | logger -t $name; exec sleep $time'
	list env 'v0=0'
	list env 'v1=val with space'
	list env 'name=demo0'
	list env 'time=1799'
	list file /tmp/sleep.conf

config pservice
	option disabled 1
	option name 8021x
	option command /usr/sbin/wpa_supplicant
	option stdout 1
	list args -i
	list args eth0.1
	list args -D
	list args wired
	list args -c
	list args /etc/wpa_supplicant-eth0.1.conf