gps.service 161 B

12345678910
  1. [Unit]
  2. Description=Log GPS coordinates
  3. [Service]
  4. ExecStart=/home/alarm/hehe-rover/rpi/gps.py
  5. Restart=always
  6. RestartSec=30
  7. [Install]
  8. WantedBy=multi-user.target