From fe69958d523a272d9e6a890ab27eeeed401ebbdf Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Sat, 1 Jun 2019 11:21:46 +0200 Subject: Added service file, fixed x2 --- geolocate.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geolocate.service b/geolocate.service index 24c811a..b898236 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 >> ~/.location +ExecStart=/usr/bin/geolocate >> /usr/share/geolocate/.location [Install] -WantedBy=multi-user.target +WantedBy=multi-use1r.target -- cgit 1.4.1