mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
mycroft: Update the systemd service to ensure we are ready to start
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cb224dcd7f
commit
28566c1307
@ -1,10 +1,11 @@
|
||||
[Unit]
|
||||
Description=Mycroft
|
||||
DefaultDependencies=no
|
||||
After=mycroft-setup
|
||||
RequiresMountsFor=/var
|
||||
After=mycroft-setup.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
WorkingDirectory=@LIBDIR@/mycroft
|
||||
ExecStartPre=mkdir -p /var/log/mycroft
|
||||
ExecStart=@LIBDIR@/mycroft/start-mycroft.sh all
|
||||
ExecStop=@LIBDIR@/mycroft/stop-mycroft.sh all
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user