blob: 04cf436204a4e624ab136d7a2800c873cbaa265e [file] [log] [blame]
Brad Bishop34ae6002019-04-08 15:21:03 -04001[Unit]
2Description=Mycroft
3DefaultDependencies=no
4After=mycroft-setup
5
6[Service]
7Type=forking
8ExecStartPre=mkdir -p /var/log/mycroft
9ExecStart=@LIBDIR@/mycroft/start-mycroft.sh all
10ExecStop=@LIBDIR@/mycroft/stop-mycroft.sh all
11
12[Install]
13WantedBy=multi-user.target