Prevent potential locks of other services

This commit is contained in:
Manuel Thalmann 2023-04-07 17:46:20 +02:00
parent 2ccace3ba7
commit 60e24e0dae

View file

@ -4,7 +4,7 @@ Documentation=man:rclone(1)
[Service] [Service]
Type=simple Type=simple
ExecStart=bash -c 'systemctl --user start --no-block rclone.target' ExecStart=bash -c 'sleep 10; systemctl --user start rclone.target'
[Install] [Install]
WantedBy=default.target WantedBy=default.target