Skip to content

Commit

Permalink
Merge pull request #391 from endlessm/T35041-add-user-manager-config
Browse files Browse the repository at this point in the history
T35041 add user manager config
  • Loading branch information
starnight authored Jan 9, 2024
2 parents 6c3d3e5 + c010b0b commit 699533e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ dist_systemdsystemmanagerconf_DATA = \
10-eos-oom-policy.conf \
$(NULL)

dist_systemdusermanagerconf_DATA = \
10-eos-oom-policy.conf \
$(NULL)

# Network Manager dispatcher script for the firewall - scripts which
# are a symlink to no-wait.d will be run without blocking/ordering.
# install the script here and make the symlink in install-data-hook
Expand Down
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ AC_ARG_WITH([systemdsystemmanagerconfdir],
[Path to the system directory for systemd system service manager configuration])],
[systemdsystemmanagerconfdir="$withval"], [systemdsystemmanagerconfdir="$systemdutildir/system.conf.d"])
AC_SUBST(systemdsystemmanagerconfdir)
AC_ARG_WITH([systemdusermanagerconfdir],
[AS_HELP_STRING([--with-systemdusermanagerconfdir],
[Path to the system directory for systemd user service manager configuration])],
[systemdusermanagerconfdir="$withval"], [systemdusermanagerconfdir="$systemdutildir/user.conf.d"])
AC_SUBST(systemdusermanagerconfdir)
AC_ARG_WITH([udevdir],
[AS_HELP_STRING([--with-udevdir],
[Path to the system udev directory])],
Expand Down

0 comments on commit 699533e

Please sign in to comment.