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