1[Unit]
2Description=Mycroft
3RequiresMountsFor=/var
4After=mycroft-setup.service
5
6[Service]
7Type=forking
8WorkingDirectory=/var/mycroft
9ExecStartPre=mkdir -p /var/log/mycroft
10ExecStart=/var/mycroft/start-mycroft.sh all
11ExecStop=/var/mycroft/stop-mycroft.sh all
12
13[Install]
14WantedBy=multi-user.target
15