From: jooseong lee Date: Tue, 17 May 2016 02:39:45 +0000 (+0900) Subject: Fix a typo in auth-fw.service X-Git-Tag: submit/tizen/20160517.061946~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F69828%2F1;p=platform%2Fcore%2Fsecurity%2Fauth-fw.git Fix a typo in auth-fw.service Change-Id: I3dc97ef1f95311877a033f0cc6241395d11f06fe Signed-off-by: jooseong lee --- diff --git a/systemd/auth-fw.service.in b/systemd/auth-fw.service.in index 8c4e8c9..4e3a8c9 100644 --- a/systemd/auth-fw.service.in +++ b/systemd/auth-fw.service.in @@ -6,7 +6,7 @@ Type=notify ExecStart=@BIN_DIR@/@SERVICE_NAME@ Sockets=@SOCK_PASSWD_CHECK@ Sockets=@SOCK_PASSWD_SET@ -Sockets=@SOCK_PASSWD_RESETK@ +Sockets=@SOCK_PASSWD_RESET@ Sockets=@SOCK_PASSWD_POLICY@ [Install]