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.
19 lines
405 B
19 lines
405 B
## |
|
## super.tab -- super(1) configuration |
|
## |
|
|
|
:global patterns=shell |
|
|
|
:if $PATTERNS == shell :global arg1-99="[[-/:+.,_a-zA-Z0-9]]" |
|
:if $PATTERNS != shell :global arg1-99="^[-/:+.,_a-zA-Z0-9]*$$" |
|
|
|
:global logfile=@l_prefix@/var/super/super.log loguid=@l_susr@ |
|
|
|
:global renewtime=y |
|
|
|
:define Admins :@l_sgrp@ :operator foo bar quux |
|
|
|
restart /sbin/restart \ |
|
$Admins \ |
|
info="Restart server" |
|
|
|
|