Skip to content

Commit a8b39a2

Browse files
committed
add instructions to README
1 parent f8b695f commit a8b39a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

systemd/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ sudo ln -s $HOME/dotfiles/systemd/* /etc/systemd/system/
99
systemctl enable --now withings-garmin-sync.timer
1010
sudo systemctl status withings-garmin-sync.service withings-garmin-sync.timer
1111
```
12+
13+
To source env variables:
14+
15+
```bash
16+
set -a; source ~/dotfiles/systemd/.env; set +a
17+
```

0 commit comments

Comments
 (0)