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