File: podman-auto-update.service

package info (click to toggle)
libpod 3.0.1%2Bdfsg1-3%2Bdeb11u5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,232 kB
  • sloc: sh: 3,352; python: 1,257; ansic: 1,133; perl: 864; makefile: 733; asm: 95; awk: 12
file content (12 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Podman auto-update service
Documentation=man:podman-auto-update(1)
Wants=network.target
After=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/bin/podman auto-update

[Install]
WantedBy=multi-user.target