opnsense-ports/sysutils/dsbbatmon/pkg-message
Franco Fichtner 21c6d0536f */*: sync with upstream
Taken from: HardenedBSD
2017-10-01 16:16:38 +02:00

15 lines
542 B
Text

**************************************************************************
In order to be able to execute shutdown as regular user, you can either
use sudo(8) (see below), or you can add your username to the operator
group:
# pw groupmod operator -m yourusername
If you want to be able to suspend your system as regular user who is
member of the wheel group, you can use sudo(8). Add
%wheel ALL=(ALL) NOPASSWD: /usr/sbin/acpiconf *
to ${PREFIX}/etc/sudoers.
**************************************************************************