blob: 28729f6b16f5eb2fd2745f07bc250fcc910249e7 [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 Bishopc342db32019-05-15 21:57:59 -04008WorkingDirectory=@LIBDIR@/mycroft
Brad Bishop34ae6002019-04-08 15:21:03 -04009ExecStartPre=mkdir -p /var/log/mycroft
10ExecStart=@LIBDIR@/mycroft/start-mycroft.sh all
11ExecStop=@LIBDIR@/mycroft/stop-mycroft.sh all
12
13[Install]
14WantedBy=multi-user.target