chiark / gitweb /
units: fix a typo in arch's rc-local.service unit file
authorLennart Poettering <lennart@poettering.net>
Mon, 30 Aug 2010 22:43:57 +0000 (00:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 30 Aug 2010 22:43:57 +0000 (00:43 +0200)
units/arch/rc-local.service

index 0005e9aefb0aebf33311329c2e7cb1206dae19f1..7e2b5b6f6c5d3bc4abc4813af3f0b36e74543649 100644 (file)
@@ -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