Prevent potential locks of other services

This commit is contained in:
Manuel Thalmann 2023-04-07 17:46:20 +02:00
parent ded007de03
commit ca2ef2f349

View file

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