From c0a49a4cf3036303af0b7bc22cd39a140353717d Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 19 Feb 2022 18:42:07 +0100 Subject: [PATCH] #20 typo --- DGWTimeServer/example.cfg | 2 +- DStarGateway/example.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DGWTimeServer/example.cfg b/DGWTimeServer/example.cfg index 27a40df..a643d60 100644 --- a/DGWTimeServer/example.cfg +++ b/DGWTimeServer/example.cfg @@ -27,7 +27,7 @@ band= # Module letter of the repeater # Provided install routines install the program as a systemd unit. SystemD does not recommand "old-school" forking daemons nor does systemd -# require a pid file. Moreover system handles the user under which the program is started. This is provided as convenience for people who might +# require a pid file. Moreover systemd handles the user under which the program is started. This is provided as convenience for people who might # run the program using sysv or any other old school init system. [Daemon] daemon=false diff --git a/DStarGateway/example.cfg b/DStarGateway/example.cfg index 0d349ad..f79e4df 100644 --- a/DStarGateway/example.cfg +++ b/DStarGateway/example.cfg @@ -178,7 +178,7 @@ port=4242 password=CHANGE_ME # If password is left blank, remote will be disabled regardless of the enabled field # Provided install routines install the program as a systemd unit. SystemD does not recommand "old-school" forking daemons nor does systemd -# require a pid file. Moreover system handles the user under which the program is started. This is provided as convenience for people who might +# require a pid file. Moreover systemd handles the user under which the program is started. This is provided as convenience for people who might # run the program using sysv or any other old school init system. [Daemon] daemon=false