forked from pool/ca-certificates
- Run update-ca-certificate by systemd unit when the content of one of the paths changes. Needed for read-only root and/or transactional updates. OBS-URL: https://build.opensuse.org/request/show/504646 OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates?expand=0&rev=69
12 lines
179 B
Desktop File
12 lines
179 B
Desktop File
[Unit]
|
|
Description=Update system wide CA certificates
|
|
Wants=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/update-ca-certificates
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|