diff -up bsd-finger-0.17/fingerd/fingerd.8.systemd bsd-finger-0.17/fingerd/fingerd.8
--- bsd-finger-0.17/fingerd/fingerd.8.systemd 2012-11-22 15:51:22.052025398 +0100
+++ bsd-finger-0.17/fingerd/fingerd.8 2012-11-22 16:26:10.174613170 +0100
@@ -97,13 +97,24 @@ The
option specifies the time to wait for a request before closing the
connection. A value of 0 waits forever. The default is 60 seconds.
.Pp
-Options to fingerd should be specified in
-.Pa /etc/xinetd.d/finger .
+Starting and stopping the daemon is handled by
+.Xr systemd 1 . Fingerd is
+.Nm not
+enabled by default after the installation. Its running state can be
+managed using
+.Xr systemctl 1
+commands. If you need to specify some options to fingerd you should
+copy the
+.Nm finger@.service
+file from
+.Pa /lib/systemd/system
+to
+.Pa /etc/systemd/system
+and edit it there.
.Pp
The finger protocol consists mostly of specifying command arguments.
The
-.Xr xinetd 8
-.Dq super-server
+.Xr systemd 1
runs
.Nm fingerd
for
@@ -143,7 +154,8 @@ and
If a name is ambiguous, all possible derivations are returned.
.Sh SEE ALSO
.Xr finger 1 ,
-.Xr xinetd 8
+.Xr systemd 1 ,
+.Xr systemctl 1
.Sh RESTRICTIONS
Connecting directly to the server from a
.Tn TIP