blob: c7f477f1362432752de65fcc6314d577276e2d7d [file] [log] [blame]
Brad Bishop34ae6002019-04-08 15:21:03 -04001[Unit]
2Description=Mycroft
Brad Bishopc342db32019-05-15 21:57:59 -04003RequiresMountsFor=/var
4After=mycroft-setup.service
Brad Bishop34ae6002019-04-08 15:21:03 -04005
6[Service]
7Type=forking
Brad Bishop6a62e0e2019-10-21 08:11:42 -04008WorkingDirectory=/var/mycroft
Brad Bishop34ae6002019-04-08 15:21:03 -04009ExecStartPre=mkdir -p /var/log/mycroft
Brad Bishop6a62e0e2019-10-21 08:11:42 -040010ExecStart=/var/mycroft/start-mycroft.sh all
11ExecStop=/var/mycroft/stop-mycroft.sh all
Brad Bishop34ae6002019-04-08 15:21:03 -040012
13[Install]
14WantedBy=multi-user.target