diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-01 11:45:49 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-01 11:45:49 +0200 |
commit | 65797c69d826ed3cfe44fd3382dddcd8cf63c085 (patch) | |
tree | 9be76200acbb1d88a1a3f631b8856fddcf7e1363 | |
parent | Added .location file (diff) | |
download | geolocate-65797c69d826ed3cfe44fd3382dddcd8cf63c085.tar.gz geolocate-65797c69d826ed3cfe44fd3382dddcd8cf63c085.tar.bz2 geolocate-65797c69d826ed3cfe44fd3382dddcd8cf63c085.zip |
Fixed service file
-rw-r--r-- | geolocate.service | 2 |
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 |