From 23435902b1ef7f5c40f261081e0a7b76ffa46ef4 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 16 Sep 2018 01:56:17 -0600 Subject: [PATCH] Updated syntax: capitalization --- cfddns.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfddns.service b/cfddns.service index 968169a..095efbe 100644 --- a/cfddns.service +++ b/cfddns.service @@ -1,10 +1,10 @@ -[unit] +[Unit] Description=Run script to update CloudFlare DNS After=network.target -[service] +[Service] Type=oneshot ExecStart=/usr/local/bin/cfddns.sh -[install] +[Install] WantedBy=multi-user.target