developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Software Update Service | ||||
3 | After=CcspPandMSsp.service | ||||
4 | StartLimitIntervalSec=120 | ||||
5 | |||||
6 | [Service] | ||||
7 | Type=forking | ||||
8 | ExecStartPre=/bin/sh -c '/bin/touch /rdklogs/logs/swupdate.log' | ||||
9 | ExecStart=/bin/sh -c '/lib/rdk/swupdate_utility.sh 2&> /rdklogs/logs/swupdate.log &' | ||||
10 | Restart=always | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |