blob: 61914a115282546fc942d283c9cfcf5c4e73651d (
plain)
1
2
3
4
5
6
7
8
9
|
# /etc/remctl/conf.d/wallet -- Run wallet-backend for the wallet system.
#
# This is a remctld configuration fragment to run wallet-backend and
# wallet-report, which implement the server side of the wallet system.
wallet store /usr/sbin/wallet-backend stdin=4 ANYUSER
wallet ALL /usr/sbin/wallet-backend ANYUSER
wallet-report ALL /usr/sbin/wallet-report /etc/remctl/acl/wallet-report
|