blob: 19b86fa7dc50eb18fd4445db76e45ddd68bf802a (
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 /usr/sbin/wallet-report /etc/remctl/acl/wallet-report
|