summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-01 11:45:49 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-01 11:45:49 +0200
commit65797c69d826ed3cfe44fd3382dddcd8cf63c085 (patch)
tree9be76200acbb1d88a1a3f631b8856fddcf7e1363
parentAdded .location file (diff)
downloadgeolocate-65797c69d826ed3cfe44fd3382dddcd8cf63c085.tar.gz
geolocate-65797c69d826ed3cfe44fd3382dddcd8cf63c085.tar.bz2
geolocate-65797c69d826ed3cfe44fd3382dddcd8cf63c085.zip
Fixed service file
-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