fix: try to make systemd timer wait for network
This commit is contained in:
parent
56299d104c
commit
f871145748
|
@ -3,6 +3,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run tarsnap.service every six hours
|
Description=Run tarsnap.service every six hours
|
||||||
Requires=tarsnap.service
|
Requires=tarsnap.service
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
Unit=tarsnap.service
|
Unit=tarsnap.service
|
||||||
|
|
Loading…
Reference in New Issue