diff options
author | Aki <please@ignore.pl> | 2024-01-06 00:22:58 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-01-06 00:22:58 +0100 |
commit | 935b6214611eb24c1ed73409b77448a9606263a9 (patch) | |
tree | 04b84c401be46f18e12fa325dd1930c820ed29ec /mirror.timer | |
parent | e86cd131bca23ecb8eb3433f8cb7b2878ab99f7d (diff) | |
download | mirror-935b6214611eb24c1ed73409b77448a9606263a9.zip mirror-935b6214611eb24c1ed73409b77448a9606263a9.tar.gz mirror-935b6214611eb24c1ed73409b77448a9606263a9.tar.bz2 |
Make sure to run timer only after network is available
Diffstat (limited to 'mirror.timer')
-rw-r--r-- | mirror.timer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mirror.timer b/mirror.timer index 45bc9ab..e779378 100644 --- a/mirror.timer +++ b/mirror.timer @@ -1,5 +1,6 @@ [Unit] Description=Mirrors git repositories in bulk +After=network-online.target [Timer] OnCalendar=daily |