12 lines
202 B
SYSTEMD
12 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=OpenSSL configuration service
|
||
|
DefaultDependencies=no
|
||
|
After=systemd-tmpfiles-setup.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/openssl-config
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|