diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-08 16:06:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-08 16:07:50 +0200 |
commit | 169c1bda807d183a362b47efe0b5b56e9320e430 (patch) | |
tree | 9fb56b5009f9842de0364e2fa598598e58e7f0e5 /Makefile.am | |
parent | 926e43013353ed8bee614a3dc35dd0da69cdc59f (diff) |
service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service
This should fix accounting for pam_limits and suchlike.
https://bugzilla.redhat.com/show_bug.cgi?id=636036
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 021babc439..c4d4d2773d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -374,6 +374,7 @@ libsystemd_core_la_SOURCES = \ src/path.c \ src/load-dropin.c \ src/execute.c \ + src/utmp-wtmp.c \ src/exit-status.c \ src/dbus.c \ src/dbus-manager.c \ @@ -440,7 +441,6 @@ EXTRA_DIST += \ src/dbus-common.h \ src/bus-errors.h \ src/cgroup-show.h \ - src/utmp-wtmp.h \ src/build.h \ src/shutdownd.h \ src/readahead-common.h |