Remove USE_SYSTEMD guards around several scripts that should always get installed.
The build-time detection of systemd support only appears to work when usrmerge is enabled, resulting in different packages on usrmerge vs. non-usrmerge systems, breaking reproducible builds.
# On Debian like systems the output of openssl version -d is /usr/lib/ssl, # where are symlinks in it to the correct directories in /etc/ssl. # But glusterfs hardcodes the certificate files to be placed directly in # /usr/lib/ssl, without the correct subdirectories. So that it is possible # again to store the certificate data in /etc/ssl/ we hardcode the path now. # A better solution would be to configure the paths in the volfiles, but that # is not possible, yet. # Closes: #1056193