summaryrefslogtreecommitdiff
path: root/packaging/factory-reset.service
blob: 7c4d37137a95dd568584b2dbc13eddebecdebba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=factory reset on booting
Before=tizen-boot.target

ConditionPathExists=|/opt/.factoryreset

[Service]
Type=oneshot
ExecStart=/usr/bin/factory-reset

[Install]
WantedBy=multi-user.target