root/op/1.28/op.conf

Revision 218, 366 bytes (checked in by athomas, 4 years ago)

Added basic example op.conf, much simpler than the old one.

Line 
1 #
2 # A simple example config for op(1). See the man page for more information or
3 # op.conf.complex for a complex multi-user/multi-system configuration.
4 #
5
6 ## List of privileged users
7 #PRIVILEGED=
8 #
9 #shell  /bin/su -;
10 #       users=PRIVILEGED
11 #       password
12 #       environment
13 #
14 #shutdown       /sbin/shutdown -h now;
15 #       users=PRIVILEGED
16 #
17 #reboot         /sbin/shutdown -h now;
18 #       users=PRIVILEGED
Note: See TracBrowser for help on using the browser.