1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 07:56:21 +00:00
Lakka-LibreELEC/packages/security/openssl/system.d/openssl-config.service
Matthias Reichl 3a5b1f118f add RemainAfterExit=yes to our oneshot systemd services
This is required since systemd 245, without it oneshot services
may get started more than once.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-03-13 18:41:26 +01:00

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