summary refs log blame commit diff
path: root/geolocate.service
blob: f657c5f3f275e13cbcedc34ba77d20e10e5f4158 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                                  

                
                                  

         
                          
[Unit]
Description=Writes to a file your approximate location (needs internet connection)
Wants=network-online.target
After=network.target network-online.target

[Service]
Restart=always
RestartSec=1800s
ExecStart=/usr/bin/geolocate print

[Install]
WantedBy=multi-user.target