chiark / gitweb /
bin/zoneconf: Reload zones after signing them.
[zoneconf] / .userv / rc
CommitLineData
2a65b7cf
MW
1### -*-conf-*-
2### userv services for zoneconf
3
4if ( glob service install
5 & grep calling-user-shell /etc/shells
6 )
7 require-fd 0 read
8 require-fd 1-2 write
9 no-suppress-args
852bc833 10 execute bin/userv-install
2a65b7cf
MW
11fi
12
13if ( glob service update
14 & glob calling-user root
15 )
16 require-fd 0 read
17 require-fd 1-2 write
18 no-suppress-args
19 execute bin/zoneconf update
20fi