blob: 28729f6b16f5eb2fd2745f07bc250fcc910249e7 [file] [log] [blame]
[Unit]
Description=Mycroft
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
[Install]
WantedBy=multi-user.target