summarylogtreecommitdiffstats
path: root/withings-sync.service
blob: 6120641179e38ed6f15c0b9a3fedda9dfb3b3720 (plain)
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