From 71916d3fff97c6026b5e8bb2c8e4169ab14dc3ad Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 31 Aug 2010 00:43:57 +0200 Subject: [PATCH] units: fix a typo in arch's rc-local.service unit file --- units/arch/rc-local.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/arch/rc-local.service b/units/arch/rc-local.service index 0005e9aef..7e2b5b6f6 100644 --- a/units/arch/rc-local.service +++ b/units/arch/rc-local.service @@ -10,7 +10,7 @@ Description=/etc/rc.local Compatibility [Service] ExecStart=/etc/rc.local -ExectStop=/etc/rc.local.shutdown +ExecStop=/etc/rc.local.shutdown TimeoutSec=0 StandardInput=tty RemainAfterExit=yes -- 2.30.2