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