Skip to content

Commit 7f42a4d

Browse files
authored
Merge pull request #38 from rdkcentral/apparmor
Integrating AppArmor and profiles
2 parents f99d362 + 9767467 commit 7f42a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd_units/onewifi.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Environment=LD_LIBRARY_PATH=/usr/opensync/lib
3232
Environment=OW_OVSDB_DISABLED=1
3333
Environment=OSW_DRV_TARGET_DISABLED=1
3434
Environment="LD_PRELOAD=/usr/lib/libbreakpadwrapper.so.0"
35-
ExecStart=/usr/bin/OneWifi -subsys $Subsys
35+
ExecStart=/bin/sh -c '/usr/bin/OneWifi -subsys $Subsys'
3636
ExecStopPost=/bin/sh -c 'echo "`date`: Stopping/Restarting OneWifi" >> ${PROCESS_RESTART_LOG}'
3737
TimeoutStartSec=120
3838
Restart=always

0 commit comments

Comments
 (0)