blob: b8982366473127dcdc4ae364e3544cd3aa0ddb82 (
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 >> /usr/share/geolocate/.location
[Install]
WantedBy=multi-use1r.target
|