summary refs log tree commit diff
path: root/geolocate.service
blob: 6527d7e71028fe293e1e176d05f3107d86d897b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Writes to a file your approximate location (needs internet connection)
Wants=network-online.target
After=network.target network-online.target

[Service]
ExecStart=/usr/bin/geolocate print

[Install]
WantedBy=multi-use1r.target