From ebd705b53420b9d1b3ce3456aaa9c03e48c7b1ed Mon Sep 17 00:00:00 2001 From: John Date: Sun, 27 Feb 2022 10:40:45 +0100 Subject: [PATCH] systemd link docu --- contrib/debian/default/ebusd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/debian/default/ebusd b/contrib/debian/default/ebusd index f70e42bc..599c4575 100644 --- a/contrib/debian/default/ebusd +++ b/contrib/debian/default/ebusd @@ -17,7 +17,7 @@ EBUSD_OPTS="--scanconfig" # MULTIPLE EBUSD INSTANCES WITH SYSTEMD # In order to run muiltiple ebusd instances on a systemd enabled system, just -# copy the /usr/lib/systemd/system/ebusd.service file to /etc/systemd/system/ +# copy the /lib/systemd/system/ebusd.service file to /etc/systemd/system/ # with a different name (e.g. ebusd-2.service), remove the line starting with # 'EnvironmentFile=', and replace the '$EBUSD_OPTS' with the options for that # particular ebusd instance.