blob: 4b4bcdd774c2283d97f2b816ff2c86753b631166 [file] [log] [blame]
Brad Bishop34ae6002019-04-08 15:21:03 -04001[Unit]
2Description=Mycroft Setup
3DefaultDependencies=no
4After=systemd-user-sessions.service
5
6[Service]
7Type=oneshot
Brad Bishop6a62e0e2019-10-21 08:11:42 -04008ExecStart=cp -rf @LIBDIR@/mycroft /var/
9ExecStart=/var/mycroft/dev_setup.sh --allow-root
Brad Bishop34ae6002019-04-08 15:21:03 -040010
11[Install]
12WantedBy=multi-user.target