From 473de0fb27052aff62e4b391feb1b6447f83ec41 Mon Sep 17 00:00:00 2001 From: Janusz Kozerski Date: Fri, 25 Sep 2015 14:47:34 +0200 Subject: Add popup Since Notification framework doesn't support system daemons, the cert-checker's internal popup should be provided. Add implementation of popup binary - /usr/bin/cert-checker-popup Cert-checker forks(), execs a popup binary, waits for popup termination, and then reads user response from pipe. Change-Id: Ie2e70f661feb1f262841d59a1b4c6a7ec49901f9 --- systemd/cert-checker.service | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systemd/cert-checker.service') diff --git a/systemd/cert-checker.service b/systemd/cert-checker.service index 58529b9..ba5fad7 100644 --- a/systemd/cert-checker.service +++ b/systemd/cert-checker.service @@ -3,6 +3,9 @@ Description=Start the Cert-Checker Requires=dbus.service [Service] +EnvironmentFile=/etc/sysconfig/enlightenment +# Makes popup bigger +Environment="ELM_SCALE=4.0" Type=simple ExecStart=/usr/bin/cert-checker -- cgit v1.2.3