blob: df4c5c1318a10e42a035c4043d49ac9cefecd514 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Tizen initialized flag done
After=default.target
ConditionPathExists=!@INITIALIZE_DONE@
RefuseManualStart=yes
[Service]
ExecStart=/bin/touch @INITIALIZE_DONE@
[Install]
WantedBy=tizen-init.target
|