# The file must be placed on /usr/lib/systemd/user/mycroft.service # and need to be run as the user who owns the file permissions # with the command systemctl --user start|enable mycroft.service [Unit] Description=Mycroft main service After=network.target local-fs.target remote-fs.target [Service] Type=forking RemainAfterExit=no ExecStart=/usr/share/mycroft-core/start-mycroft.sh all ExecStop=/usr/share/mycroft-core/stop-mycroft.sh all [Install] WantedBy=multi-user.target