We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b695f commit a8b39a2Copy full SHA for a8b39a2
systemd/README.md
@@ -9,3 +9,9 @@ sudo ln -s $HOME/dotfiles/systemd/* /etc/systemd/system/
9
systemctl enable --now withings-garmin-sync.timer
10
sudo systemctl status withings-garmin-sync.service withings-garmin-sync.timer
11
```
12
+
13
+To source env variables:
14
15
+```bash
16
+set -a; source ~/dotfiles/systemd/.env; set +a
17
+```
0 commit comments