From c290a0f50bbf44e2138729b0b816c03536b1646d Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 19 Feb 2022 17:30:27 +0100 Subject: [PATCH] #20 fix copy paste type --- debian/dgwtimeserver.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/dgwtimeserver.service b/debian/dgwtimeserver.service index 5c00484..6767c9c 100644 --- a/debian/dgwtimeserver.service +++ b/debian/dgwtimeserver.service @@ -1,12 +1,12 @@ [Unit] -Description=D-STAR Gateway Daemon +Description=D-STAR Time Server Daemon After=network.target,network-online.target Wants=network-online.target [Service] User=dstar Type=simple -ExecStart=/usr/local/bin/dgwtimeserver %CFG_DIR%/dstargateway.cfg +ExecStart=/usr/local/bin/dgwtimeserver %CFG_DIR%/dgwtimeserver.cfg Restart=on-failure [Install]