forked from stove/dataset
10 lines
158 B
Desktop File
10 lines
158 B
Desktop File
[Unit]
|
|
Description=Update CA trust
|
|
Before=network-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/update-ca-trust
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|