f247c8cfd7
- Add apache2-systemd-ask-pass / apache2.service / start_apache2 and modify apache2-ssl-global.conf for systemd support (bnc#697137). OBS-URL: https://build.opensuse.org/request/show/81909 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=335
3 lines
79 B
Bash
3 lines
79 B
Bash
#!/bin/sh
|
|
exec /bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2): "
|