From 31f41be0249d58a1391446bdcc4b42d536eb8783 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 19 Feb 2022 07:46:15 +0100 Subject: [PATCH] Add new line at end of file (keep git happy) --- DStarGateway/example.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DStarGateway/example.cfg b/DStarGateway/example.cfg index 36e38de..0d349ad 100644 --- a/DStarGateway/example.cfg +++ b/DStarGateway/example.cfg @@ -183,4 +183,4 @@ password=CHANGE_ME # If password is left blank, remote will be disabled regardle [Daemon] daemon=false pidfile=/var/run/dstargateway/dstargateway.pid # pid file is in our case useless when running as a daemon using systemd as systemd takes care of the service not being started twice -user=dstar # user account the daemon will run under, ideally a user with low privileges. Switching to this user will only happen when the program is started as root \ No newline at end of file +user=dstar # user account the daemon will run under, ideally a user with low privileges. Switching to this user will only happen when the program is started as root