diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-01 11:21:46 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-01 11:21:46 +0200 |
commit | fe69958d523a272d9e6a890ab27eeeed401ebbdf (patch) | |
tree | 39218afbf4920dd0d64b738bb227db852ec83756 | |
parent | Added service file (diff) | |
download | geolocate-fe69958d523a272d9e6a890ab27eeeed401ebbdf.tar.gz geolocate-fe69958d523a272d9e6a890ab27eeeed401ebbdf.tar.bz2 geolocate-fe69958d523a272d9e6a890ab27eeeed401ebbdf.zip |
Added service file, fixed x2
-rw-r--r-- | geolocate.service | 4 |
1 files 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 |