diff options
author | Russ Allbery <rra@stanford.edu> | 2007-09-01 06:03:50 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-09-01 06:03:50 +0000 |
commit | 4e0e1c76fc34940ba0b2c1240bcd14feaab5435f (patch) | |
tree | 238943115b985b75915a0e104da7a0b3d02bec96 /config | |
parent | b348ebd4e8d29589837920661d26e4ee3718498d (diff) |
Add a remctl fragment for the wallet backend.
Diffstat (limited to 'config')
-rw-r--r-- | config/wallet | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/wallet b/config/wallet new file mode 100644 index 0000000..d3f745d --- /dev/null +++ b/config/wallet @@ -0,0 +1,6 @@ +# /etc/remctl/conf.d/wallet -- Run wallet-backend for the wallet system. +# +# This is a remctld configuration fragment to run wallet-backend, which +# implements the server side of the wallet system. + +wallet ALL /usr/sbin/wallet-backend ANYUSER |