summaryrefslogtreecommitdiff
path: root/debian/sane-utils.README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/sane-utils.README.Debian')
-rw-r--r--debian/sane-utils.README.Debian11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/sane-utils.README.Debian b/debian/sane-utils.README.Debian
index 2fb74d4..d5dd23f 100644
--- a/debian/sane-utils.README.Debian
+++ b/debian/sane-utils.README.Debian
@@ -57,6 +57,16 @@ To disable saned, use update-inetd to disable the service:
If you want to run saned under another user and/or group, edit /etc/inetd.conf
and change saned:saned for the appropriate user:group combination.
+ Running saned from systemd
+ --------------------------
+
+To enable saned in the default configuration (running as user and group saned),
+use systemctl to enable the service:
+ # systemctl enable saned.socket
+To disable saned, use systemctl to disable the service:
+ # systemctl disable saned.socket
+
+
Running saned as a standalone daemon
------------------------------------
@@ -70,3 +80,4 @@ To run saned as a standalone server:
-- Julien BLACHE <jblache@debian.org>, Mon, 05 May 2008 19:29:28 +0200
+-- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 16 Dec 2014 22:04:23 +0100