summaryrefslogtreecommitdiff
path: root/debian/sane-utils.README.Debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-12-26 11:58:57 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-12-26 11:58:57 +0100
commit1f9d7dbe8c4e55956f8cb274d74d156ed2d35722 (patch)
tree61d1d271d98dfc25573d012f0c3ba7b18888b71e /debian/sane-utils.README.Debian
parentc8cf23699feb55f0b754cfe9c14aced1ba4f56c7 (diff)
some release changes, correct systemddebian/1.0.24-7
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