summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--geolocate.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/geolocate.service b/geolocate.service
index b898236..2cc3cb9 100644
--- a/geolocate.service
+++ b/geolocate.service
@@ -4,7 +4,7 @@ Wants=network-online.target
 After=network.target network-online.target
 
 [Service]
-ExecStart=/usr/bin/geolocate >> /usr/share/geolocate/.location
+ExecStart=/usr/bin/geolocate > /usr/share/geolocate/.location
 
 [Install]
 WantedBy=multi-use1r.target