1
0
ca-certificates/ca-certificates.service
Ludwig Nussel bd3751f1c6 Accepting request 504646 from home:kukuk:branches:Base:System
- 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
2017-06-20 08:55:50 +00:00

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