diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-26 19:48:49 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-26 19:48:49 +0200 |
commit | e79f167842bf22f8f2cd5b953dfef8d17d378d92 (patch) | |
tree | c28f617a84567656240afadfd972cb1904ff7a8e /geolocate.service | |
parent | Formatting (diff) | |
download | geolocate-e79f167842bf22f8f2cd5b953dfef8d17d378d92.tar.gz geolocate-e79f167842bf22f8f2cd5b953dfef8d17d378d92.tar.bz2 geolocate-e79f167842bf22f8f2cd5b953dfef8d17d378d92.zip |
Formatting
Diffstat (limited to 'geolocate.service')
-rw-r--r-- | geolocate.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/geolocate.service b/geolocate.service index 6527d7e..bb8b56b 100644 --- a/geolocate.service +++ b/geolocate.service @@ -4,6 +4,8 @@ Wants=network-online.target After=network.target network-online.target [Service] +Restart=always +RestartSec=1800s ExecStart=/usr/bin/geolocate print [Install] |