mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 07:56:21 +00:00
3a5b1f118f
This is required since systemd 245, without it oneshot services may get started more than once. Signed-off-by: Matthias Reichl <hias@horus.com>
13 lines
222 B
Desktop File
13 lines
222 B
Desktop File
[Unit]
|
|
Description=OpenSSL configuration service
|
|
DefaultDependencies=no
|
|
After=systemd-tmpfiles-setup.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/openssl-config
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|