| # | 
| # Copyright 2020 Amazon.com, Inc. or its affiliates. All rights reserved. | 
| # | 
| # AMAZON PROPRIETARY/CONFIDENTIAL | 
| # | 
| # You may not use this file except in compliance with the terms and conditions | 
| # set forth in the accompanying LICENSE.TXT file. This file is a | 
| # Modifiable File, as defined in the accompanying LICENSE.TXT file. | 
| # | 
| # THESE MATERIALS ARE PROVIDED ON AN "AS IS" BASIS. AMAZON SPECIFICALLY | 
| # DISCLAIMS, WITH RESPECT TO THESE MATERIALS, ALL WARRANTIES, EXPRESS, | 
| # IMPLIED, OR STATUTORY, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, | 
| # FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. | 
| # | 
|   | 
| Description=ACS Event Manager service | 
| After=multi-user.target | 
|   | 
| [Service] | 
| WorkingDirectory=/usr/bin/ | 
| Type=idle | 
| Environment="LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH" | 
| ExecStartPre=/bin/sleep 5 | 
| ExecStart=/usr/bin/ace_eventmgr | 
| User=pi | 
|   | 
| [Install] | 
| WantedBy=multi-user.target |