diff options
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg/opkg-configure.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg/opkg-configure.service b/meta/recipes-devtools/opkg/opkg/opkg-configure.service index 8e74026ec2..432c3ddc28 100644 --- a/meta/recipes-devtools/opkg/opkg/opkg-configure.service +++ b/meta/recipes-devtools/opkg/opkg/opkg-configure.service | |||
@@ -8,7 +8,7 @@ Before=sysinit.target | |||
8 | Type=oneshot | 8 | Type=oneshot |
9 | EnvironmentFile=-@SYSCONFDIR@/default/postinst | 9 | EnvironmentFile=-@SYSCONFDIR@/default/postinst |
10 | ExecStart=-@BASE_BINDIR@/sh -c " if [ $POSTINST_LOGGING = '1' ]; then @BINDIR@/opkg configure > $LOGFILE 2>&1; else @BINDIR@/opkg configure; fi" | 10 | ExecStart=-@BASE_BINDIR@/sh -c " if [ $POSTINST_LOGGING = '1' ]; then @BINDIR@/opkg configure > $LOGFILE 2>&1; else @BINDIR@/opkg configure; fi" |
11 | ExecStartPost=@BASE_BINDIR@/systemctl disable opkg-configure.service | 11 | ExecStartPost=@BASE_BINDIR@/systemctl --no-reload disable opkg-configure.service |
12 | StandardOutput=syslog | 12 | StandardOutput=syslog |
13 | RemainAfterExit=No | 13 | RemainAfterExit=No |
14 | 14 | ||