diff options
Diffstat (limited to 'meta/recipes-devtools/run-postinsts')
-rw-r--r-- | meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service index 85a043949e..1b71a1f8be 100644 --- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service +++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service | |||
@@ -8,7 +8,7 @@ ConditionPathExistsGlob=#SYSCONFDIR#/*-postinsts | |||
8 | [Service] | 8 | [Service] |
9 | Type=oneshot | 9 | Type=oneshot |
10 | ExecStart=#SBINDIR#/run-postinsts | 10 | ExecStart=#SBINDIR#/run-postinsts |
11 | ExecStartPost=#BASE_BINDIR#/systemctl disable run-postinsts.service | 11 | ExecStartPost=#BASE_BINDIR#/systemctl --no-reload disable run-postinsts.service |
12 | RemainAfterExit=No | 12 | RemainAfterExit=No |
13 | TimeoutSec=0 | 13 | TimeoutSec=0 |
14 | 14 | ||