chiark / gitweb /
4bfa1317d4712f1e7f0987c181b1fca14be0f486
[userv-utils.git] / ipif / ipif-alloc
1 if ( grep calling-user-shell /etc/shells
2    & glob service-user root
3    )
4         reset
5         no-set-environment
6         no-suppress-args
7         no-disconnect-hup
8         execute with-lock-ex -w /etc/userv/ipif/lockfile \
9                 /usr/local/lib/userv-ipif/alloc.pl
10 fi