aboutsummaryrefslogtreecommitdiffstats
path: root/src/afm-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afm-run.c')
-rw-r--r--src/afm-run.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/afm-run.c b/src/afm-run.c
index 89d303f..b9e1e7c 100644
--- a/src/afm-run.c
+++ b/src/afm-run.c
@@ -429,6 +429,11 @@ int afm_run_init()
struct passwd passwd, *pw;
struct sigaction siga;
+ /* init launcher */
+ rc = afm_launch_initialize();
+ if (rc)
+ return rc;
+
/* computes the 'homeappdir' */
me = geteuid();
rc = getpwuid_r(me, &passwd, buf, sizeof buf, &pw);