1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=withings-sync job After=network.target [Service] Type=simple EnvironmentFile=/etc/withings-sync/withings-sync.conf ExecStart=/usr/bin/withings-sync --gu ${GARMIN_USER} --gp ${GARMIN_PW} [Install] WantedBy=default.target