diff options
Diffstat (limited to 'units/tizen-init-done.service.in')
-rw-r--r-- | units/tizen-init-done.service.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/units/tizen-init-done.service.in b/units/tizen-init-done.service.in new file mode 100644 index 0000000..df4c5c1 --- /dev/null +++ b/units/tizen-init-done.service.in @@ -0,0 +1,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 |