File: fetch-crl.service

package info (click to toggle)
fetch-crl 3.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 272 kB
  • sloc: perl: 2,037; sh: 194; makefile: 110
file content (13 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This unit has no install section by design
# Enable timer instead
# systemctl enable fetch-crl.timer
# systemctl start fetch-crl.timer

[Unit]
Description=Run fetch-crl once
After=network.target network-online.target

[Service]
EnvironmentFile=-/etc/default/fetch-crl
ExecStart=/usr/sbin/fetch-crl -q $FETCHCRL_OPTIONS $FETCHCRL_BOOT_OPTIONS
TimeoutSec=10m