# # Copyright 2017-2018 Amazon.com, Inc. and its affiliates. All Rights Reserved. # # Licensed under the MIT License. See the LICENSE accompanying this file # for the specific language governing permissions and limitations under # the License. # [Unit] Description=amazon-efs-mount-watchdog Before=remote-fs-pre.target [Service] Type=simple ExecStart=/usr/bin/env amazon-efs-mount-watchdog KillMode=process Restart=on-failure RestartSec=15s [Install] WantedBy=multi-user.target