11 lines
253 B
Desktop File
11 lines
253 B
Desktop File
[Unit]
|
|
Description=renovate
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=LOG_LEVEL=debug
|
|
ExecStart=/usr/bin/docker run --rm \
|
|
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
|
|
renovate/renovate
|