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