blob: 04cf436204a4e624ab136d7a2800c873cbaa265e [file] [log] [blame]
[Unit]
Description=Mycroft
DefaultDependencies=no
After=mycroft-setup
[Service]
Type=forking
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