blob: 7516b8c9b6dd0fadabf961fceb2775c087145b25 (
plain)
1
2
3
4
5
6
7
8
|
# conf.d file for root daemon
# User to run as (default is `rootd')
ROOTD_USER="rootd"
# Please refer to the rootd(1) man(1) page for more information on
# command line parameters.
ROOTD_OPTS=""
|