hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# Copyright 2019 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=MAP Token service Daemon
After=multi-user.target wifisvc.service
 
[Service]
WorkingDirectory=/usr/bin/
Type=idle
#Environment="LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH"
#Restart params start
Restart=on-failure
RestartSec=3
StartLimitIntervalSec=15
StartLimitBurst=5
#Restart params end
#Execution params start
ExecStart=/usr/bin/tokend
User=pi
#Execution params end
 
[Install]
WantedBy=multi-user.target