[Unit] Description=Renovate Bot - Automated Dependency Updates After=docker.service Requires=docker.service [Service] Type=oneshot ExecStart=/usr/bin/docker start -a renovate ExecStop=/usr/bin/docker stop renovate TimeoutStartSec=0 TimeoutStopSec=120 # Logging StandardOutput=journal StandardError=journal SyslogIdentifier=renovate [Install] WantedBy=multi-user.target