Lines Matching defs:systemd
175 # Check whether to install systemd unit files, as suggested in daemon(7).
176 # When a full path is specified, this does not require systemd installed.
178 [Directory for systemd service files (default from the System and Service Manager)]),,
181 def_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
185 AC_MSG_ERROR([systemd support requested but pkg-config unable to query systemd package])
197 # Check whether to enable systemd startup notification.
199 AC_ARG_WITH([systemd-daemon], AS_HELP_STRING([--with-systemd-daemon],
200 [Add support for systemd startup notification (default is autodetected)]),
205 [AC_DEFINE(USE_SYSTEMD_DAEMON,1 ,[Use systemd startup notification])],
207 [AC_MSG_ERROR([systemd startup notification support requested, but libsystemd not found.])]