diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-31 14:45:02 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-31 14:45:02 -0200 |
commit | 301667e66aa403e4699fa9c895b994e6213e55f6 (patch) | |
tree | 8afcf2bd00515e1068b23da04be1f0a9f27cba08 /files/etc/default | |
parent | 51dad1ad46f7415a180390afe624946c37ee86ac (diff) | |
download | puppet-nodo-301667e66aa403e4699fa9c895b994e6213e55f6.tar.gz puppet-nodo-301667e66aa403e4699fa9c895b994e6213e55f6.tar.bz2 |
Scanning over network support
Diffstat (limited to 'files/etc/default')
-rw-r--r-- | files/etc/default/saned | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/files/etc/default/saned b/files/etc/default/saned new file mode 100644 index 0000000..444096e --- /dev/null +++ b/files/etc/default/saned @@ -0,0 +1,7 @@ +# Defaults for the saned initscript, from sane-utils + +# Set to yes to start saned +RUN=yes + +# Set to the user saned should run as +RUN_AS_USER=saned |